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