Gets the result of the last operation (user text entry) into the MaskedTextBox. This can be used to control the content of user assistance or error indicators. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public MaskedTextResultHint LastOperationResult { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastOperationResult As MaskedTextResultHint

Remarks

Dependency Property Information
Identifier field LastOperationResultProperty
Metadata properties set to true None

See Also