NodeChangedArgs(Object, IEnumerable<Object>, NodeChangeType) Constructor
Initializes a new instance of the NodeChangedArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
public NodeChangedArgs(
object item,
IEnumerable<object> path,
NodeChangeType changeType
)
Parameters
Name | Type |
---|---|
item | Object |
path | IEnumerable<Object> |
changeType | NodeChangeType |
See Also