| 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
Public Class DataGridFilteringEventArgs
Inherits CancelEventArgs
The DataGridFilteringEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Columns |
Gets the additional columns that will be filtered.
|
TopSee Also