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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SystemEventHandlerSee Also