[]
Represents the method that will handle the CustomizeFilterEditor event.
public delegate void CustomizeFilterEditorEventHandler(object sender, CustomizeFilterEditorEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | View 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) |