- imageBrowser:moveItemsAtIndexes:toIndex:
Signals that the specified items should be moved to the specified destination.
- imageBrowser:writeItemsAtIndexes:toPasteboard:
Signals that a drag should begin.
Availability
Technology
- (void)imageBrowser:(IKImageBrowserView
*)aBrowser
removeItemsAtIndexes:(NSIndexSet
*)indexes;
aBrowser
An image browser view.
indexes
The indexes of the items that should be removed.
This method is optional. It is invoked by the image browser after Image Kit determines that a remove operation should be applied. In response, the data source should update itself by removing the specified items.
- imageBrowser:moveItemsAtIndexes:toIndex:
- imageBrowser:writeItemsAtIndexes:toPasteboard: