Class ValueChangedEventArgs
This is class.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Com.Syncfusion.Numerictextbox
Assembly: Syncfusion.SfNumericTextBox.Android.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets a value indicating whether a object property.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |