Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / SheetDeactivate Event
In This Topic
    SheetDeactivate Event (IWorkbook)
    In This Topic
    Occurs when a sheet is deactivated.
    Syntax
    event System.EventHandler<SheetEventArgs> SheetDeactivate
    Event Data

    The event handler receives an argument of type SheetEventArgs containing data related to this event. The following SheetEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets IWorksheet of SheetEventArgs.  
    See Also