Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / EditorValueChanged Event


In This Topic
    EditorValueChanged Event (BaseCellType)
    In This Topic
    Occurs when the value in the editor control has been changed by the user.
    Syntax
    'Declaration
     
    
    Public Event EditorValueChanged As EventHandler
    'Usage
     
    
    Dim instance As BaseCellType
    Dim handler As EventHandler
     
    AddHandler instance.EditorValueChanged, handler
    public event EventHandler EditorValueChanged
    See Also