MindFusion.Wpf Pack Programmer's Guide
PageRenamedEventArgs Constructor
See Also
 





Initializes a new instance of the PageRenamedEventArgs class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public PageRenamedEventArgs (
    DiagramPage page,
    string oldTitle,
    string newTitle
)

Visual Basic  Copy Code

Public New ( _
    page As DiagramPage, _
    oldTitle As String, _
    newTitle As String _
)

 Parameters

page

A reference to the DiagramPage that has been renamed,

oldTitle
A string specifying the original Title value.
newTitle
A string specifying the new Title value.

 See Also

PageRenamedEventArgs Class
MindFusion.Diagramming.Wpf Namespace