FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CustomizeFilterEditorEventHandler Delegate
C1FlexGridBase 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 Object, _
       ByVal e As CustomizeFilterEditorEventArgs _
    ) 
    public delegate void CustomizeFilterEditorEventHandler( 
       object sender,
       CustomizeFilterEditorEventArgs e
    )

    Parameters

    sender
    C1FlexGridBase object that raised the event.
    e
    CustomizeFilterEditorEventArgs that contains the event data.
    See Also