DragInitializeEventHandler
Delegate
Represents a method that will handle the initialization of drag-and-drop operation and populate the needed data.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public delegate void DragInitializeEventHandler(object sender, DragInitializeEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, DragInitializeEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, DragInitializeEventArgs e)