Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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