Search
TreeItemEventArgs Constructor
See Also
 






Initializes a new instance of the TreeItemEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeItemEventArgs (
    TreeViewItem item,
    Point position
)

Visual Basic  Copy Code

Public New ( _
    item As TreeViewItem, _
    position As Point _
)

 Parameters

item

The TreeViewItem related to the event.

position

The location related to the event.

 See Also