Delegate CanDropEventHandler
The event that will be thrown when a BarItem gets dragged over a ParentBarItem(submenu) or a Bar(Tool Bar)
during user-customization in the XP Menus framework.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void CanDropEventHandler(object sender, CanDragDropEventArgs args);
Parameters
Constructors
Declaration
public CanDropEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CanDragDropEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
CanDragDropEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CanDragDropEventArgs args)
Parameters