Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClearGroupEventHandler Delegate
Object that raised the event.
The FarPoint.Web.Spread.ItemEventArgs instance that contains the event data.


In This Topic
ClearGroupEventHandler Delegate
In This Topic
Represents the method that handles an event after the group is cleared.
Syntax
'Declaration
 
Public Delegate Sub ClearGroupEventHandler( _
   ByVal sender As Object, _
   ByVal e As ItemEventArgs _
) 
 
'Usage
 
Dim instance As New ClearGroupEventHandler(AddressOf HandlerMethod)

Parameters

sender
Object that raised the event.
e
The FarPoint.Web.Spread.ItemEventArgs instance that contains the event data.
See Also