DelegateDragDropHitTestEventHandler
Delegate
Defines method signature to handle a PreviewHitTest event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public delegate void DragDropHitTestEventHandler(object sender, DragDropHitTestEventArgs e)
Constructors
Methods
BeginInvoke(object, DragDropHitTestEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DragDropHitTestEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, DragDropHitTestEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, DragDropHitTestEventArgs e)
Parameters
sender
e