Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / AutoFilterIndexChangedEventHandler Delegate
Source of the event
Event data


In This Topic
    AutoFilterIndexChangedEventHandler Delegate
    In This Topic
    Represents a defined method that handles the AutoFilterIndexChanged event for the IAutoFilterIndexSupport model.
    Syntax
    'Declaration
     
    
    Public Delegate Sub AutoFilterIndexChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As AutoFilterIndexChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New AutoFilterIndexChangedEventHandler(AddressOf HandlerMethod)
    public delegate void AutoFilterIndexChangedEventHandler( 
       object sender,
       AutoFilterIndexChangedEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also