Delegate CheckListBox.DragCheckListBoxHandler
Assembly: Syncfusion.Tools.Wpf.dll
public delegate void DragCheckListBoxHandler(object sender, DragCheckLixtBoxEventArgs e);
Parameters
Constructors
Declaration
public DragCheckListBoxHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DragCheckLixtBoxEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, DragCheckLixtBoxEventArgs e)
Parameters