Skip to main content
All docs
V24.2

NodeClickArgs(Object, IEnumerable<Object>, MouseButton) Constructor

Initializes a new instance of the NodeClickArgs class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public NodeClickArgs(
    object item,
    IEnumerable<object> path,
    MouseButton mouseButton
)

Parameters

Name Type
item Object
path IEnumerable<Object>
mouseButton MouseButton
See Also