Class SfAutoComplete.DidFocusChange
Represents the method that will handle the autocomplete focus changed event in AutoComplete
Inheritance
System.Object
SfAutoComplete.DidFocusChange
Assembly: Syncfusion.SfAutoComplete.iOS.dll
Syntax
public sealed class DidFocusChange : MulticastDelegate
Constructors
DidFocusChange(Object, IntPtr)
Declaration
public DidFocusChange(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FocusEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FocusEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
FocusEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FocusEventArgs)
Declaration
public virtual void Invoke(object sender, FocusEventArgs e)
Parameters