Spread for ASP.NET 11 Product Documentation
AutoFilterIndexChanged Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IAutoFilterIndexSupport2 Interface : AutoFilterIndexChanged Event
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