Delegate DragDropTargetEventHandler
Defines method signature to handle a Preview
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void DragDropTargetEventHandler(object sender, DragDropTargetEventArgs e);
Parameters
System.
|
Drag
|
Constructors
DragDropTargetEventHandler(Object, IntPtr)
Declaration
public DragDropTargetEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DragDropTargetEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DragDropTargetEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Drag
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DragDropTargetEventArgs)
Declaration
public virtual void Invoke(object sender, DragDropTargetEventArgs e)
Parameters
System.
|
Drag
|