Invoked when the dragged image exits the destination’s bounds rectangle (in the case of a view object) or its frame rectangle (in the case of a window object).
Original signature is '- (void)draggingExited:(id < NSDraggingInfo >)sender'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
void DraggingExited( INSDraggingInfo sender )
Sub DraggingExited ( _ sender As INSDraggingInfo _ )
void DraggingExited( INSDraggingInfo^ sender )

- sender (INSDraggingInfo)
- The object sending the message; use it to get details about the dragging operation.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)