Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ValidateInputEventArgs Class / IsValidInput Property

In This Topic
    IsValidInput Property (ValidateInputEventArgs)
    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