ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ValidateInputEventArgs Class / IsValidInput Property

In This Topic
    IsValidInput Property
    In This Topic
    Set this flag to undo the edits if the input is not valid.
    Syntax
    'Declaration
     
    
    Public Property IsValidInput As Boolean
    public bool IsValidInput {get; set;}
    See Also