Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Grouped Event


In This Topic
    Grouped Event
    In This Topic
    Occurs when the grouping is finished.
    Syntax
    'Declaration
     
    
    Public Event Grouped As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.Grouped, handler
    public event EventHandler Grouped
    See Also