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