Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / Applied Event


In This Topic
    Applied Event (CellsEditorForm)
    In This Topic
    Occurs when the editor has finished applying changes.
    Syntax
    'Declaration
     
    
    Public Event Applied As EventHandler
    'Usage
     
    
    Dim instance As CellsEditorForm
    Dim handler As EventHandler
     
    AddHandler instance.Applied, handler
    public event EventHandler Applied
    See Also