Skip to main content

GetSelectImageEventArgs Properties

Provides data for the TreeList.GetSelectImage event.
Name Description
FocusedNode Gets or sets a value indicating whether a node is focused.
Node Gets the current Tree List node. Inherited from NodeEventArgs.
NodeImageIndex

Gets or sets the index of the node’s image in a source image list. When handling the TreeList.GetStateImage event, the source of images is specified by the TreeList.StateImageList property. When handling the TreeList.GetSelectImage event, the source of images is specified by the TreeList.SelectImageList property.

Inherited from GetStateImageEventArgs.
See Also