Share via


IUIPreviewInteractionDelegate.ShouldBegin(UIPreviewInteraction) Method

Definition

[Foundation.Export("previewInteractionShouldBegin:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UIPreviewInteraction previewInteraction);
[<Foundation.Export("previewInteractionShouldBegin:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBegin : UIKit.UIPreviewInteraction -> bool
override this.ShouldBegin : UIKit.UIPreviewInteraction -> bool

Parameters

previewInteraction
UIPreviewInteraction

Returns

Attributes

Applies to