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