Class ValueChangedEventArgs
The ValueChangedEventArgs class holds an argument of the value changed event.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.XForms.MaskedEdit
Assembly: Syncfusion.SfMaskedEdit.XForms.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs(Object)
Initializes a new instance of the ValueChangedEventArgs class in MaskedEdit.
Declaration
public ValueChangedEventArgs(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | Current state of the control. |
Properties
Value
Gets a value of the input field in the ValueChangedEventArgs class of the SfMaskedEdit control.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |