Spread.Services Documentation
SheetDeactivate Event (Workbook)
GrapeCity.Documents.Spread Namespace > Workbook Class : SheetDeactivate Event
Occurs when a sheet is deactivated.
Syntax
public 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