Class SfComboBox.SelectionChangingEventHandler
It handles the SelectionChanging event in the text of the SfComboBox control.
Inheritance
System.Object
SfComboBox.SelectionChangingEventHandler
Assembly: Syncfusion.SfComboBox.XForms.dll
public sealed class SelectionChangingEventHandler : MulticastDelegate
Constructors
Declaration
public SelectionChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionChangingEventArgs 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, SelectionChangingEventArgs e)
Parameters