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


In This Topic
    AutoFilteringColumnEventHandler Delegate
    In This Topic
    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
    See Also