ClassRadMaskedInputValueChangingEventArgs
Class
Event arguments class used for the RadMaskedInput controls' ValueChanging event.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RadMaskedInputValueChangingEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRadMaskedInputValueChangingEventArgs
Constructors
RadMaskedInputValueChangingEventArgs(object, string, RoutedEvent, object)
Initializes a new instance of the RadMaskedInputValueChangingEventArgs class.
Properties
MaskedText
Gets the current masked text.
Declaration
cs-api-definition
public string MaskedText { get; }
Property Value
The current masked text.