Office.DragAndDropEventArgs interface
Provides details about the mouse pointer position and the messages or file attachments being dragged and dropped into an add-in's task pane when the Office.EventType.ItemDraggedAndDropped
event is raised.
Remarks
To learn more about the drag-and-drop feature and how to implement it across various Outlook clients, see Drag and drop messages and attachments into the task pane of an Outlook add-in.
Properties
drag |
Gets the details about the mouse pointer position within an add-in's task pane and the messages or file attachments being dragged and dropped into the task pane. |
type | Gets the type of the event. For details, see Office.EventType. |
Property Details
dragAndDropEventData
Gets the details about the mouse pointer position within an add-in's task pane and the messages or file attachments being dragged and dropped into the task pane.
dragAndDropEventData: DragoverEventData | DropEventData;
Property Value
Remarks
type
Gets the type of the event. For details, see Office.EventType.
type: "olkDragAndDropEvent";
Property Value
"olkDragAndDropEvent"