[]
        
(Showing Draft Content)

C1.Diagram.NodeCreatedEventArgs

NodeCreatedEventArgs Class

Provides data for NodeCreated event.

Inheritance
NodeCreatedEventArgs
Namespace: C1.Diagram
Assembly: C1.Chart.Diagram.dll
Syntax
public class NodeCreatedEventArgs : CancelEventArgs
Public Class NodeCreatedEventArgs
    Inherits CancelEventArgs

Constructors

Name Description
NodeCreatedEventArgs(INode, INode, object)

Creates an instance of NodeCreatedEventArgs class.

Properties

Name Description
Data

Gets the data object associated with the node.

Node

Gets the created node.

ParentNode

Gets the parent node.