Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / INotifyItemChanged Interface / ItemRemoved Event


In This Topic
    ItemRemoved Event (INotifyItemChanged)
    In This Topic
    Occurs when an item is removed.
    Syntax
    'Declaration
     
    
    Event ItemRemoved As ItemEventHandler
    'Usage
     
    
    Dim instance As INotifyItemChanged
    Dim handler As ItemEventHandler
     
    AddHandler instance.ItemRemoved, handler
    event ItemEventHandler ItemRemoved
    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