Skip to main content

FocusedNodeChangedEventArgs Class

Provides data for the TreeList.FocusedNodeChanged event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public class FocusedNodeChangedEventArgs :
    NodeEventArgs

Remarks

The TreeList.FocusedNodeChanged event occurs when changing the focused node.

The FocusedNodeChangedEventArgs.OldNode property contains the previously focused node.

Inheritance

See Also