[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.FilterEventHandler

FilterEventHandler Delegate

Raised when the grid is sorted or filtered.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public delegate void FilterEventHandler(object sender, FilterEventArgs e)
Parameters
Type Name Description
object sender Raised when the grid is sorted or filtered.
FilterEventArgs e Raised when the grid is sorted or filtered.

Constructors

Name Description
FilterEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, FilterEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, FilterEventArgs)