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


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