Class SfTextBoxExt.SelectionChangingEventHandler
Occures when the select the item from suggestionbox
Inheritance
System.Object
SfTextBoxExt.SelectionChangingEventHandler
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SelectionChangingEventHandler : MulticastDelegate
Constructors
SelectionChangingEventHandler(Object, IntPtr)
Declaration
public SelectionChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SelectionChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, SelectionChangingEventArgs)
Declaration
public virtual void Invoke(object sender, SelectionChangingEventArgs e)
Parameters
Extension Methods