[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.FilterEventHandler

FilterEventHandler Delegate

Raised when the grid is sorted or filtered.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.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, IntPtr)

Methods

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