[]
Represents the method that handles the a docking operations event.
public delegate void DockingAnchorsEventHandler(object sender, DockingAnchorsEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
DockingAnchorsEventArgs | e | A DockingAnchorsEventArgs that contains event data. |
Name | Description |
---|---|
DockingAnchorsEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, DockingAnchorsEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DockingAnchorsEventArgs) |