pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::DragDropEventArgs Class Reference

Provides data associated with drag'n'drop events and allows handlers to reply if they accept the drop. More...

Inherits EventArgs.

Public Member Functions

void AcceptDrop ()
 Listeners of DragOver event call this method if they want to handle drop of data. More...
 

Properties

System::Windows::IDataObject^  Data [get]
 Returns the data object which shall be dropped. More...
 

Detailed Description

Provides data associated with drag'n'drop events and allows handlers to reply if they accept the drop.

Member Function Documentation

void X3g::Plugin::DragDropEventArgs::AcceptDrop ( )

Listeners of DragOver event call this method if they want to handle drop of data.

This will change the cursor. Listeners of Drop event call this method when drop was successful.

Property Documentation

System:: Windows:: IDataObject^ X3g::Plugin::DragDropEventArgs::Data
get

Returns the data object which shall be dropped.

Data is currently always in file drop format.