Class RadMaskedInputValueChangingEventArgs
Event arguments class used for the RadMaskedInput controls' ValueChanging event.
Inherited Members
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 RadMaskedInputValueChangingEventArgs class.
Declaration
public RadMaskedInputValueChangingEventArgs(object newValue, string maskedText, RoutedEvent routedEvent, object source)
Parameters
System.Object
newValue
The new value. |
System.String
maskedText
The masked text. |
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
Properties
MaskedText
Gets the current masked text.
Declaration
public string MaskedText { get; }
Property Value
System.String
The current masked text. |
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
The new value. |