Skip to main content
A newer version of this page is available. .

FocusedNodeChangedEventArgs Class

Provides data for the TreeList.FocusedNodeChanged event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

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