Class
RadMaskedInputValueChangingEventArgs

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.

Declaration

cs-api-definition
public RadMaskedInputValueChangingEventArgs(object newValue, string maskedText, RoutedEvent routedEvent, object source)

Parameters

newValue

object

The new value.

maskedText

string

The masked text.

routedEvent

RoutedEvent

The routed event.

source

object

The source.

Properties

MaskedText

Gets the current masked text.

Declaration

cs-api-definition
public string MaskedText { get; }

Property Value

string

The current masked text.

NewValue

Gets the new value.

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

The new value.