Lets you load the attributes of controls hosted inside ControlNodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ControlNodeEventArgs> DeserializeControl |
Visual Basic
Copy Code
|
|---|
Public Event DeserializeControl As EventHandler(Of ControlNodeEventArgs) |
See Also