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

NavBarDragDropEventArgs Constructors

Provides data for the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events.
Name Parameters Description
NavBarDragDropEventArgs(NavBarGroup, Int32, IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects) group, insertPosition, data, keyState, x, y, allowedEffect, effect Creates an instance of the NavBarDragDropEventArgs class.
See Also