NodeClickEventArgs Constructors
Provides data for the TreeList.SelectImageClick and TreeList.StateImageClick events.Name | Parameters | Description |
---|---|---|
NodeClickEventArgs(DXMouseEventArgs, TreeListNode) | e, node | Creates an instance of the NodeClickEventArgs class. |
NodeClickEventArgs(TreeListNode, Point) | node, point | Creates an instance of the NodeClickEventArgs class. |
See Also