Class ValueChangedEventArgs
Value changed event args
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Com.Syncfusion.Numericupdown
Assembly: Syncfusion.SfNumericUpDown.Android.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets or serts the value
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |