Deprecated NSDraggingSource Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.1

draggedImage:endedAt:deposited:

Invoked after the dragging destination has been given a chance to operate on the data represented by the image. (required) (Deprecated in Mac OS X v10.1. Use draggedImage:endedAt:operation: instead.)

- (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint deposited:(BOOL)flag

Availability
Declared In
NSDragging.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-11-12)