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

CalcNodeDragImageIndexEventArgs Class

Provides data for the TreeList.CalcNodeDragImageIndex event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public class CalcNodeDragImageIndexEventArgs :
    NodeEventArgs

Remarks

When the TreeList.CalcNodeDragImageIndex event is raised, the CalcNodeDragImageIndexEventArgs object is automatically created and passed to it. You can use the properties of this object to identify the current mouse pointer’s position and the target node. The CalcNodeDragImageIndexEventArgs.ImageIndex property is used to specify the image to be displayed in front of the target node.

Inheritance

Object
EventArgs
NodeEventArgs
CalcNodeDragImageIndexEventArgs
See Also