Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / ItemUpdated Event


In This Topic
    ItemUpdated Event (ExcelSparklineGroup)
    In This Topic
    Occurs when a property value changes.
    Syntax
    'Declaration
     
    
    Public Event ItemUpdated As ItemEventHandler
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim handler As ItemEventHandler
     
    AddHandler instance.ItemUpdated, handler
    public 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