UITextDropDelegate_Extensions.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.
public static UIKit.UITargetedDragPreview GetPreviewForDroppingAllItems (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.UITargetedDragPreview defaultPreview);
static member GetPreviewForDroppingAllItems : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.UITargetedDragPreview -> UIKit.UITargetedDragPreview
Parameters
- This
- IUITextDropDelegate
The instance on which this extension method operates.
- 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.