Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / ValueChanged Event


In This Topic
    ValueChanged Event (GcMask)
    In This Topic
    Occurs when Value property is changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    'Usage
     
    
    Dim instance As GcMask
    Dim handler As EventHandler
     
    AddHandler instance.ValueChanged, handler
    public event EventHandler ValueChanged
    Remarks
    This event is raised if the Value Property is changed by either a programmatic modification or user interaction.
    See Also