ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / ThrowException Property

In This Topic
    ThrowException Property
    In This Topic
    Gets or sets a value that indicates whether Exception should be thrown.
    Syntax
    'Declaration
     
    Public Property ThrowException As System.Boolean
    public System.bool ThrowException {get; set;}
    See Also