Class ValueChangingEventArgs
Inheritance
System.Object
ValueChangingEventArgs
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValueChangingEventArgs : CancelEventArgs, IMaskValueChangingContext
Constructors
ValueChangingEventArgs()
Declaration
public ValueChangingEventArgs()
Properties
IsMaskCompleted
Declaration
public bool IsMaskCompleted { get; }
Property Value
System.
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.
|
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.
|
ValidationErrors
Declaration
public IList<string> ValidationErrors { get; }
Property Value
System.
|
ValidationMessage
Declaration
public string ValidationMessage { get; set; }
Property Value
System.
|