Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IsValidEventArgs Class / IsValid Property


In This Topic
    IsValid Property (IsValidEventArgs)
    In This Topic
    Gets and set isvalid
    Syntax
    'Declaration
     
    
    Public Property IsValid As Boolean
    'Usage
     
    
    Dim instance As IsValidEventArgs
    Dim value As Boolean
     
    instance.IsValid = value
     
    value = instance.IsValid
    public bool IsValid {get; set;}
    See Also