Gets the result of the last operation (user text entry) into the MaskedTextBox. This can be used to control the visibility 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 bool LastOperationSucceeded { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastOperationSucceeded As Boolean

Remarks

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

See Also