Event arguments class used for the RadMaskedInput controls' ValueChanging event.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class RadMaskedInputValueChangingEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRadMaskedInputValueChangingEventArgs
Constructors
Initializes a new instance of the RadMaskedInputValueChangingEventArgs class.
Properties
Gets the current masked text.
C#
public string MaskedText { get; }
The current masked text.