Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditModeOff Event


In This Topic
    EditModeOff Event
    In This Topic
    Occurs when edit mode is stopped.
    Syntax
    'Declaration
     
    
    Public Event EditModeOff As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.EditModeOff, handler
    public event EventHandler EditModeOff
    See Also