Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IAutoFilterIndexSupport2 Interface / AutoFilterIndexChanged Event


In This Topic
    AutoFilterIndexChanged Event
    In This Topic
    Occurs when the automatic filter index has been changed.
    Syntax
    'Declaration
     
    
    Event AutoFilterIndexChanged As AutoFilterIndexChangedEventHandler
    'Usage
     
    
    Dim instance As IAutoFilterIndexSupport2
    Dim handler As AutoFilterIndexChangedEventHandler
     
    AddHandler instance.AutoFilterIndexChanged, handler
    event AutoFilterIndexChangedEventHandler AutoFilterIndexChanged
    Event Data

    The event handler receives an argument of type AutoFilterIndexChangedEventArgs containing data related to this event. The following AutoFilterIndexChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    The column which has been changed.  
    See Also