Initializes a new instance of the PageRenamedEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public PageRenamedEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A reference to the DiagramPage that has been renamed,
The original value of page's Title.
The new value of page's Title.
See Also