[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.FilterLoading

FilterLoading Event

Occurs when the filter of a column is being loaded.

Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public event EventHandler<GridColumnFilterLoadingEventArgs> FilterLoading
Public Event FilterLoading As EventHandler(Of GridColumnFilterLoadingEventArgs)
Returns
Type Description
EventHandler<GridColumnFilterLoadingEventArgs> Occurs when the filter of a column is being loaded.