MindFusion.Wpf Pack Programmer's Guide
VisioImporter.ShapeImported Event
See Also
 





Raised when a Visio shape is imported into MindFusion.Diagramming as a ShapeNode.

Namespace: MindFusion.Diagramming.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.VisioImport

 Syntax

C#  Copy Code

public event EventHandler<ShapeImportedEventArgs> ShapeImported

Visual Basic  Copy Code

Public Event ShapeImported As EventHandler(Of ShapeImportedEventArgs)

 Event Data

ShapeImported event handlers receive an argument of type ShapeImportedEventArgs. The following ShapeImportedEventArgs members provide information relevant to the event:

Member name

Description

Shape

Gets a reference to the imported diagram shape.

ShapeName

Gets the Visio shape identifier.

ShapeXml

Gets the XML DOM element corresponding to the Visio document's XML code that describes the imported shape.

 See Also

VisioImporter Members
VisioImporter Class
MindFusion.Diagramming.Wpf.Import Namespace