ComponentOne DataGrid for WPF and Silverlight
FilterLoading Event (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : FilterLoading Event
Occurs before the filter is loaded.
Syntax
'Declaration
 
Public Event FilterLoading As System.EventHandler(Of DataGridFilterLoadingEventArgs)
public event System.EventHandler<DataGridFilterLoadingEventArgs> FilterLoading
Event Data

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

PropertyDescription
Gets or sets the filter that will be used for this column.  
See Also