NavBarDragDropEventArgs Members
Provides data for the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events.Constructors
Name | Description |
---|---|
NavBarDragDropEventArgs(NavBarGroup, Int32, IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects) | Creates an instance of the NavBarDragDropEventArgs class. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
AllowedEffect | Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event. Inherited from DragEventArgs. |
Data | Gets the IDataObject that contains the data associated with this event. Inherited from DragEventArgs. |
Effect | Gets or sets the target drop effect in a drag-and-drop operation. Inherited from DragEventArgs. |
Group | Gets a group into which a dragged item is about to be or has been dropped. |
InsertPosition | Gets the position within the group to which the link is about to be or has been dropped. |
KeyState | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. Inherited from DragEventArgs. |
X | Gets the x-coordinate of the mouse pointer, in screen coordinates. Inherited from DragEventArgs. |
Y | Gets the y-coordinate of the mouse pointer, in screen coordinates. Inherited from DragEventArgs. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also