Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / Ungrouped Event
Example


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