Class SfPicker.ColumnLoadedEventhandler
Represents the column loaded event handler of ColumnLoadedEvent in the SfPicker control.
Inheritance
System.Object
SfPicker.ColumnLoadedEventhandler
Assembly: Syncfusion.SfPicker.XForms.dll
public sealed class ColumnLoadedEventhandler : MulticastDelegate
Constructors
Declaration
public ColumnLoadedEventhandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ColumnLoadedEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ColumnLoadedEventArgs |
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, ColumnLoadedEventArgs e)
Parameters