UITextDropDelegate.GetPreviewForDroppingAllItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called once to get the drag preview to use for dropping all the items.
[Foundation.Export("textDroppableView:previewForDroppingAllItemsWithDefault:")]
public virtual UIKit.UITargetedDragPreview GetPreviewForDroppingAllItems (UIKit.IUITextDroppable textDroppableView, UIKit.UITargetedDragPreview defaultPreview);
abstract member GetPreviewForDroppingAllItems : UIKit.IUITextDroppable * UIKit.UITargetedDragPreview -> UIKit.UITargetedDragPreview
override this.GetPreviewForDroppingAllItems : UIKit.IUITextDroppable * UIKit.UITargetedDragPreview -> UIKit.UITargetedDragPreview
Parameters
- textDroppableView
- IUITextDroppable
The receiving view.
- defaultPreview
- UITargetedDragPreview
The system-provided default preview.
Returns
Developers can return null
to cause the default preview to be used.
- Attributes