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


In This Topic
    Value Property (IsValidEventArgs)
    In This Topic
    Gets and Set value
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As IsValidEventArgs
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also