Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / INotifyItemChanged Interface / ItemAdded Event


In This Topic
    ItemAdded Event (INotifyItemChanged)
    In This Topic
    Occurs when an item is added.
    Syntax
    'Declaration
     
    
    Event ItemAdded As ItemEventHandler
    'Usage
     
    
    Dim instance As INotifyItemChanged
    Dim handler As ItemEventHandler
     
    AddHandler instance.ItemAdded, handler
    event ItemEventHandler ItemAdded
    Event Data

    The event handler receives an argument of type ItemEventArgs containing data related to this event. The following ItemEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the item.  
    See Also