True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / CustomizeFilterEditorEventHandler Delegate
C1.Win.C1TrueDBGrid.BaseGrid.View object that raised the event.
CustomizeFilterEditorEventArgs that contains the event data.

In This Topic
    CustomizeFilterEditorEventHandler Delegate
    In This Topic
    Represents the method that will handle the CustomizeFilterEditor event.
    Syntax
    'Declaration
     
    Public Delegate Sub CustomizeFilterEditorEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As CustomizeFilterEditorEventArgs _
    ) 
    public delegate void CustomizeFilterEditorEventHandler( 
       System.object sender,
       CustomizeFilterEditorEventArgs e
    )

    Parameters

    sender
    C1.Win.C1TrueDBGrid.BaseGrid.View object that raised the event.
    e
    CustomizeFilterEditorEventArgs that contains the event data.
    See Also