Class ValueEventArgs
Value event arguments.
Inheritance
System.Object
ValueEventArgs
Namespace: Syncfusion.SfNumericTextBox.iOS
Assembly: Syncfusion.SfNumericTextBox.iOS.dll
Syntax
public class ValueEventArgs : EventArgs
Constructors
ValueEventArgs()
Declaration
public ValueEventArgs()
Properties
Value
Gets a value indicating whether object value
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |