Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / INotifyEditorValueChanged Interface / EditorValueChanged Event


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