Spread Windows Forms 12.0 Product Documentation
ClearGroupEventHandler Delegate


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.
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)
public delegate void ClearGroupEventHandler( 
   object sender,
   ItemEventArgs e
)

Parameters

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

Reference

ClearGroupEventHandler Members
FarPoint.Win.Spread Namespace