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
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DiagramPageValidationEventArgs> PageRemoving |
Visual Basic
Copy Code
|
|---|
Public Event PageRemoving As EventHandler(Of DiagramPageValidationEventArgs) |
Event DataPageRemoving event handlers receive an argument of type DiagramPageValidationEventArgs.
See Also