Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Ungrouped Event


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