Class MaskedEntryValueChangedEventArgs
Inheritance
System.Object
MaskedEntryValueChangedEventArgs
Namespace: Telerik.Maui.MaskedEntry
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class MaskedEntryValueChangedEventArgs : ValueType
Fields
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.
Declaration
public readonly bool IsMaskCompleted
Field Value
System.Boolean
|
IsValid
Declaration
public readonly bool IsValid
Field Value
System.Boolean
|
Text
Declaration
public readonly string Text
Field Value
System.String
|
ValidationErrorMessage
Declaration
public readonly string ValidationErrorMessage
Field Value
System.String
|
Value
Declaration
public readonly object Value
Field Value
System.Object
|