Releases the drag information still existing after the dragging session has completed.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
- (void)cleanUpAfterDragOperation;
Discussion
Subclasses may override this method to clean up any additional data structures used for dragging. In your overridden method, be sure to invoke super
’s implementation of this method.