'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.
Property | Description |
---|---|
Column | The column which has been changed. |
See Also