![]() |
pCon.planner Plugin SDK
Version 8.9
|
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... | |
Provides data associated with drag'n'drop events and allows handlers to reply if they accept the drop.
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.
|
get |
Returns the data object which shall be dropped.
Data is currently always in file drop format.