Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / Updated Event


In This Topic
    Updated Event (ExcelSparklineGroup)
    In This Topic
    Occurs when a group has been updated.
    Syntax
    'Declaration
     
    
    Public Event Updated As EventHandler
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim handler As EventHandler
     
    AddHandler instance.Updated, handler
    public event EventHandler Updated
    See Also