windowsforms-devexpress-dot-xtratreelist-0dabeb53.md
Provides data for the TreeList.CalcNodeDragImageIndex event.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public class CalcNodeDragImageIndexEventArgs :
NodeEventArgs
Public Class CalcNodeDragImageIndexEventArgs
Inherits NodeEventArgs
CalcNodeDragImageIndexEventArgs is the data class for the following events:
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.
Object EventArgs NodeEventArgs CalcNodeDragImageIndexEventArgs
See Also