DragDropOptionsDragDropHandled Event |
Raised when the data object associated with the corresponding drag event was handled by Insight3D.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic event EventHandler DragDropHandled
Public Event DragDropHandled As EventHandler
public:
event EventHandler^ DragDropHandled {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member DragDropHandled : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandler
See Also