ClassValueChangingEventArgs
Class
Event args for ValueChanging event.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ValueChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsValueChangingEventArgs
Inherited Members
Constructors
ValueChangingEventArgs()
Initializes a new instance of the ValueChangingEventArgs class.
Declaration
cs-api-definition
public ValueChangingEventArgs()
Properties
IsMaskCompleted
Gets a value indicating whether all required inputs have been entered into the formatted string. This property is meaningful only in a Text MaskedEntry.
IsValid
Gets or sets a value indicating the new value in considered value according to internal (mask, regex) and external (appplication) validation.
NewValue
Gets or sets the new Value to be set to the control.
ValidationErrors
Gets a list of the internal validation errors.
ValidationMessage
Gets or sets a ValidationMessage for the end user.