Raised when a page is about to be removed interactively, that is, when the user clicks the close button of its associated tab.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<DiagramPageValidationEventArgs> PageRemoving |
Visual Basic Copy Code |
---|
Public Event PageRemoving As EventHandler(Of DiagramPageValidationEventArgs) |
PageRemoving event handlers receive an argument of type DiagramPageValidationEventArgs.
WpfDiagram Programmer's Guide | © 2024 MindFusion |