www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Node item (background, photo, tag, title, text lines) on which the node-event (click, right-click, mouse-enter or mouse-leave) is occured.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public NodeItemType EventNodeItem { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EventNodeItem As NodeItemType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyEventArgs Dim value As NodeItemType value = instance.EventNodeItem |
| Visual C++ |
|---|
public: property NodeItemType EventNodeItem { NodeItemType get (); } |
| J# |
|---|
/** @property */ public NodeItemType get_EventNodeItem() |
| JScript |
|---|
public function get EventNodeItem () : NodeItemType |
| JavaScript |
|---|
function get_EventNodeItem(); |
