MonobjcMonobjc Documented Class Library
DraggedImageEndedAtOperation Method (anImage, aPoint, operation)
NamespacesMonobjc.AppKitINSDraggingSourceDraggedImageEndedAtOperation(NSImage, NSPoint, NSDragOperation)

Invoked after the dragging destination has been given a chance to operate on the data represented by the image,

Original signature is '- (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void DraggedImageEndedAtOperation(
	NSImage anImage,
	NSPoint aPoint,
	NSDragOperation operation
)
Sub DraggedImageEndedAtOperation ( _
	anImage As NSImage, _
	aPoint As NSPoint, _
	operation As NSDragOperation _
)
void DraggedImageEndedAtOperation(
	NSImage^ anImage, 
	NSPoint aPoint, 
	NSDragOperation operation
)
Parameters
anImage (NSImage)
The dragged image.
aPoint (NSPoint)
The point locating the image’s origin in the screen coordinate system when it was released.
operation (NSDragOperation)
An integer constant that indicates the operation performed by the destination.
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)