ComponentOne FinancialChart for WPF
IsValidInput Property



C1.WPF Namespace > ValidateInputEventArgs Class : IsValidInput Property
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

Reference

ValidateInputEventArgs Class
ValidateInputEventArgs Members