Class RadMaskedInputValueChangingEventArgs
Event arguments class used for the RadMaskedInput controls' ValueChanging event.
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadMaskedInputValueChangingEventArgs : RadRoutedEventArgs
Constructors
RadMaskedInputValueChangingEventArgs(Object, String, RoutedEvent, Object)
Initializes a new instance of the Rad
Declaration
public RadMaskedInputValueChangingEventArgs(object newValue, string maskedText, RoutedEvent routedEvent, object source)
Parameters
System. The new value. |
System. The masked text. |
System. The routed event. |
System. The source. |
Properties
MaskedText
Gets the current masked text.
Declaration
public string MaskedText { get; }
Property Value
System. The current masked text. |
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System. The new value. |