Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskEditingControl Class / ValueChanged Event


In This Topic
    ValueChanged Event (GcMaskEditingControl)
    In This Topic
    Occurs when Value property is changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    'Usage
     
    
    Dim instance As GcMaskEditingControl
    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