[]
Represents a method that handles the CustomRange.
public delegate void CustomRangeEventHandler(object sender, CustomRangeEventArgs args)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| CustomRangeEventArgs | args | The event data. |
| Name | Description |
|---|---|
| CustomRangeEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, CustomRangeEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CustomRangeEventArgs) |