[]
Represents the method that will handle the CustomizeFilterEditor event.
public delegate void CustomizeFilterEditorEventHandler(object sender, CustomizeFilterEditorEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | C1FlexGridBase object that raised the event. |
| CustomizeFilterEditorEventArgs | e | CustomizeFilterEditorEventArgs that contains the event data. |
| Name | Description |
|---|---|
| CustomizeFilterEditorEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, CustomizeFilterEditorEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CustomizeFilterEditorEventArgs) |