Click or drag to resize

DataGridFilteringEventArgs Class

Notification about additional columns to be filtered. Clients can e.g. use this event to cache/pre-load column data in a different thread and/or display a wait cursor while filtering.
Remarks
Clients may only cancel the processing when e.g. the data grid is about to be unloaded. Canceling the process of filtering will cause the UI to be inconsistent.
Inheritance Hierarchy

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class DataGridFilteringEventArgs : CancelEventArgs

The DataGridFilteringEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDataGridFilteringEventArgs
Initializes a new instance of the DataGridFilteringEventArgs class.
Top
Properties
  NameDescription
Public propertyColumns
Gets the additional columns that will be filtered.
Top
See Also