Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ActiveSheetChanged Event
Example


In This Topic
    ActiveSheetChanged Event
    In This Topic
    Occurs when the user changes 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
    Example
    This example illustrates the use of the event.
    See Also