Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / ValueChanged Event


In This Topic
    ValueChanged Event (ISubEditor)
    In This Topic
    Occurs when the value in the subeditor changes.
    Syntax
    'Declaration
     
    
    Event ValueChanged As EventHandler
    'Usage
     
    
    Dim instance As ISubEditor
    Dim handler As EventHandler
     
    AddHandler instance.ValueChanged, handler
    event EventHandler ValueChanged
    See Also