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