'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.