[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.CustomizeFilterEditorEventHandler

CustomizeFilterEditorEventHandler Delegate

Represents the method that will handle the CustomizeFilterEditor event.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public delegate void CustomizeFilterEditorEventHandler(object sender, CustomizeFilterEditorEventArgs e)
Parameters
Type Name Description
object sender

View object that raised the event.

CustomizeFilterEditorEventArgs e

CustomizeFilterEditorEventArgs that contains the event data.

Constructors

Name Description
CustomizeFilterEditorEventHandler(object, nint)

Methods

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