DiagramLite Programmer's Guide
TabbedDiagramView.PageRemoving Event
See Also
 





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
Assembly: MindFusion.Diagramming.Controls.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<DiagramPageValidationEventArgs> PageRemoving

Visual Basic  Copy Code

Public Event PageRemoving As EventHandler(Of DiagramPageValidationEventArgs)

 See Also

TabbedDiagramView Members
TabbedDiagramView Class
MindFusion.Diagramming Namespace