Search
ShapeEventArgs.UnknownId Property
See Also
 





Gets or sets the identifier of a missing shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string UnknownId { get; set; }

Visual Basic  Copy Code

Public Property UnknownId As String

 Property Value

 Remarks

This property is relevant only for ShapeNotDefined events.

 See Also