ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As ValidateInputEventArgs
    Dim value As Boolean
     
    instance.IsValidInput = value
     
    value = instance.IsValidInput
    public bool IsValidInput {get; set;}
    public:
    property bool IsValidInput {
       bool get();
       void set (    bool value);
    }
    See Also