Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class / ValueChanged Property


In This Topic
    ValueChanged Property
    In This Topic
    Gets whether the value of the validating cell was changed when executing ValidateActionBase. This is only used for ValueProcess.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValueChanged As Boolean
    'Usage
     
    
    Dim instance As ValidateActionContext
    Dim value As Boolean
     
    value = instance.ValueChanged
    public bool ValueChanged {get;}
    See Also