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

GetSelectImageEventArgs(TreeListNode, Int32, Boolean) Constructor

Initializes a new GetSelectImageEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public GetSelectImageEventArgs(
    TreeListNode node,
    int nodeImageIndex,
    bool focusedNode
)

Parameters

Name Type Description
node TreeListNode

A Tree List node.

nodeImageIndex Int32

The image index.

focusedNode Boolean

Indicates whether a node is focused.

Remarks

The zero-based image index determines the image wihtin the TreeList.SelectImageList collection to represent a node.

See Also