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


In This Topic
    ActiveSheetChanged Event
    In This Topic
    Occurs when the user has changed the active sheet.
    Syntax
    'Declaration
     
    
    Public Event ActiveSheetChanged As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.ActiveSheetChanged, handler
    public event EventHandler ActiveSheetChanged
    See Also