UIPreviewInteractionDelegate.ShouldBegin(UIPreviewInteraction) 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.
If true
, the preview interaction may begin.
[Foundation.Export("previewInteractionShouldBegin:")]
public virtual bool ShouldBegin (UIKit.UIPreviewInteraction previewInteraction);
abstract member ShouldBegin : UIKit.UIPreviewInteraction -> bool
override this.ShouldBegin : UIKit.UIPreviewInteraction -> bool
Parameters
- previewInteraction
- UIPreviewInteraction
Returns
The default value is true
.
- Attributes