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