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


In This Topic
    Grouped Event
    In This Topic
    Occurs when the user is done grouping.
    Syntax
    'Declaration
     
    
    Public Event Grouped As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.Grouped, handler
    public event EventHandler Grouped
    Remarks
    The EventHandler receives an argument containing data related to this event.
    Example
    This example uses the Grouped event.
    See Also