Spread Windows Forms 12.0 Product Documentation
AutoFilteringColumnEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : AutoFilteringColumnEventHandler Delegate
Source of the event
Event data
Represents a defined method that handles the AutoFilteringColumn event for the Spread component.
Syntax
'Declaration
 
Public Delegate Sub AutoFilteringColumnEventHandler( _
   ByVal sender As Object, _
   ByVal e As AutoFilteringColumnEventArgs _
) 
'Usage
 
Dim instance As New AutoFilteringColumnEventHandler(AddressOf HandlerMethod)
public delegate void AutoFilteringColumnEventHandler( 
   object sender,
   AutoFilteringColumnEventArgs e
)

Parameters

sender
Source of the event
e
Event data
Remarks
For information on the event, refer to the FpSpread AutoFilteringColumn event.
See Also

Reference

AutoFilteringColumnEventHandler Members
FarPoint.Win.Spread Namespace
AutoFilteringColumnEventArgs Class
AutoFilteringColumn Event