Search
ShapeEventArgs.OldName Property
See Also
 





Gets or sets the name of the shape before renaming.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string OldName { get; set; }

Visual Basic  Copy Code

Public Property OldName As String

 Property Value

A string specifying the old value of the shape's DisplayName property.

 Remarks

This property is relevant only for the ShapeRenamed event.

 See Also