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


In This Topic
    ValueChanged Event (GcCharMask)
    In This Topic
    Occurs when the Value property changes.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    'Usage
     
    
    Dim instance As GcCharMask
    Dim handler As EventHandler
     
    AddHandler instance.ValueChanged, handler
    public event EventHandler ValueChanged
    Remarks
    This event is raised if the Value property is changed.
    See Also