Spread for ASP.NET 12 Product Documentation
AutoFilteredColumn Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AutoFilteredColumn Event
Occurs when the user is done filtering.
Syntax
'Declaration
 
Public Event AutoFilteredColumn As AutoFilteredColumnEventHandler
'Usage
 
Dim instance As FpSpread
Dim handler As AutoFilteredColumnEventHandler
 
AddHandler instance.AutoFilteredColumn, handler
public event AutoFilteredColumnEventHandler AutoFilteredColumn
Event Data

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

PropertyDescription
Gets or sets the filter column.  
Gets the filter string.  
Gets or sets the Spread object.  
See Also