ComponentOne Basic Library for WPF and Silverlight
IsValidInput Property (ValidateInputEventArgs)


C1.Silverlight Namespace > ValidateInputEventArgs Class : IsValidInput Property
Set this flag to undo the edits if the input is not valid.
Syntax
'Declaration
 
Public Property IsValidInput As System.Boolean
'Usage
 
Dim instance As ValidateInputEventArgs
Dim value As System.Boolean
 
instance.IsValidInput = value
 
value = instance.IsValidInput
public System.bool IsValidInput {get; set;}
See Also

Reference

ValidateInputEventArgs Class
ValidateInputEventArgs Members