ASP.NET Pack Programmer's Guide
ControlNodeEvent Constructor
See Also
 






Initializes a new instance of the ControlNodeEvent class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ControlNodeEvent (
    Object source,
    ControlNode node,
    Element element,
    XmlPersistContext context
)

 Parameters

source

Specifies the event source.

node

The ControlNode being serialized or deserialized.

element

The org.w3c.dom.Element that stores the control attributes.

context

An XmlPersistContext object that provides serialization helper methods.

 See Also

ControlNodeEvent Class
com.mindfusion.diagramming Namespace