Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupingEventHandler Delegate
Source of the event
Event data


In This Topic
    GroupingEventHandler Delegate
    In This Topic
    Represents a defined method that handles the Grouping event in the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub GroupingEventHandler( _
       ByVal sender As Object, _
       ByVal e As GroupingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New GroupingEventHandler(AddressOf HandlerMethod)
    public delegate void GroupingEventHandler( 
       object sender,
       GroupingEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also