ComponentOne True DBGrid for WinForms
Filter Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : Filter Event
Occurs when the user types in the filterbar and the C1.Win.C1TrueDBGrid.BaseGrid.Frame.AllowFilter property is false.
Syntax
'Declaration
 
Public Event Filter As FilterEventHandler
public event FilterEventHandler Filter
Event Data

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

PropertyDescription
The filter or sort condition.  
See Also