Search
PageRenamedEventArgs.OldTitle Property
See Also
 





Specifies the old title.

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

 Syntax

C#  Copy Code

public string OldTitle { get; set; }

Visual Basic  Copy Code

Public Property OldTitle As String

 Property Value

A string specifying the original title.

 See Also