[]
        
(Showing Draft Content)

C1.Win.Command.AllowDropTargetEventHandler

AllowDropTargetEventHandler Delegate

Represents the method that will handle the AllowDropEventArgs event of a C1DockingManager.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void AllowDropTargetEventHandler(object sender, AllowDropEventArgs e)
Parameters
Type Name Description
object sender

The source of an event.

AllowDropEventArgs e

A AllowDropEventArgs that contains the event data.

Constructors

Name Description
AllowDropTargetEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, AllowDropEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, AllowDropEventArgs)