Delegate DropDownEventHandler
Represents the method that will handle a BeforeCustomizeDropDownPopup event.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
Control that raises event.
|
DropDownEventArgs |
e |
Provides with DropDown that will be shown.
|
Constructors
Declaration
public DropDownEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DropDownEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
DropDownEventArgs |
e |
|
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, DropDownEventArgs e)
Parameters