MonobjcMonobjc Documented Class Library
DraggingExited Method (sender)
NamespacesMonobjc.AppKitINSDraggingDestinationDraggingExited(INSDraggingInfo)

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.

Declaration Syntax
C#Visual BasicVisual C++
void DraggingExited(
	INSDraggingInfo sender
)
Sub DraggingExited ( _
	sender As INSDraggingInfo _
)
void DraggingExited(
	INSDraggingInfo^ sender
)
Parameters
sender (INSDraggingInfo)
The object sending the message; use it to get details about the dragging operation.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)