Class SfPicker.CancelButtonEventhandler
Represents the cancel button event handler of CancelButtonEvent in the SfPicker control.
Inheritance
System.Object
SfPicker.CancelButtonEventhandler
Assembly: Syncfusion.SfPicker.XForms.dll
public sealed class CancelButtonEventhandler : MulticastDelegate
Constructors
Declaration
public CancelButtonEventhandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, SelectionChangedEventArgs e)
Parameters