Delegate Button.ButtonEventHandler
Represents a method to handle the button events.
Assembly: Syncfusion.EJ.Web.dll
public delegate void ButtonEventHandler(object Sender, ButtonEventArgs e);
Parameters
Constructors
Declaration
public ButtonEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object Sender, ButtonEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
Sender |
|
| ButtonEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
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, ButtonEventArgs e)
Parameters