Implement this method to be notified when a drag operation ends in some other destination.
Original signature is '- (void)draggingEnded:(id < NSDraggingInfo >)sender'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
void DraggingEnded( INSDraggingInfo sender )
Sub DraggingEnded ( _ sender As INSDraggingInfo _ )
void DraggingEnded( 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)