Class ValueEventArgs
Value event arguments.
Inheritance
System.Object
ValueEventArgs
Namespace: Syncfusion.SfNumericUpDown.iOS
Assembly: Syncfusion.SfNumericUpDown.iOS.dll
Syntax
public class ValueEventArgs : Object
Constructors
ValueEventArgs()
Declaration
public ValueEventArgs()
Properties
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |