Spread Windows Forms 12.0 Product Documentation
GroupingEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : GroupingEventHandler Delegate
Source of the event
Event data
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
Remarks
For information on the event, refer to the FpSpread Grouping Event event.
See Also

Reference

GroupingEventHandler Members
FarPoint.Win.Spread Namespace
GroupingEventArgs Class
Grouping Event