Raised when a worksheet is about to be removed interactively, that is, when the user clicks the close button of its associated tab.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<WorksheetValidationEventArgs> WorksheetRemoving |
Visual Basic
Copy Code
|
|---|
Public Event WorksheetRemoving As EventHandler(Of WorksheetValidationEventArgs) |
Event DataWorksheetRemoving event handlers receive an argument of type WorksheetValidationEventArgs.
See Also