ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / ThrowException Property

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