MindFusion.Wpf Pack Programmer's Guide
ShapeEventArgs.OldId Property
See Also
 





Gets or sets the name of the shape before renaming.

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

 Syntax

C#  Copy Code

public string OldId { get; set; }

Visual Basic  Copy Code

Public Property OldId As String

 Property Value

A string value specifying the old shape id.

 Remarks

This property is relevant only for ShapeRenamed events.

 See Also

ShapeEventArgs Members
ShapeEventArgs Class
MindFusion.Diagramming.Wpf Namespace