Search
PageRenamedEventArgs Constructor
See Also
 





Initializes a new instance of the PageRenamedEventArgs class.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 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

The DiagramPage that has been renamed.

oldTitle

A string specifying the original Title value.

newTitle

A string specifying the new Title value.

 See Also