Class SfNumericTextBox.FocusChangedEventHandler
Represents the method that will handle the NumericTextBox.Focus event of a NumericTextBox.
Inheritance
System.Object
SfNumericTextBox.FocusChangedEventHandler
Assembly: Syncfusion.SfNumericTextBox.iOS.dll
Syntax
public sealed class FocusChangedEventHandler : MulticastDelegate
Constructors
FocusChangedEventHandler(Object, IntPtr)
Declaration
public FocusChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FocusChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FocusChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
FocusChangedEventArgs |
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, FocusChangedEventArgs)
Declaration
public virtual void Invoke(object sender, FocusChangedEventArgs e)
Parameters