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
C#
![]() |
---|
public event EventHandler<WorksheetValidationEventArgs> WorksheetRemoving |
Visual Basic
![]() |
---|
Public Event WorksheetRemoving As EventHandler(Of WorksheetValidationEventArgs) |
WorksheetRemoving event handlers receive an argument of type WorksheetValidationEventArgs.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |