[]
Represents the method that will handle a DrawArrow event.
public delegate void DrawArrowEventHandler(object sender, DrawArrowEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| DrawArrowEventArgs | e | A DrawArrowEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| DrawArrowEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DrawArrowEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DrawArrowEventArgs) |