UIPreviewInteractionDelegate.DidCancel(UIPreviewInteraction) Method

Definition

When overridden, allows the developer to respond to the cancellation of the preview.

[Foundation.Export("previewInteractionDidCancel:")]
public abstract void DidCancel (UIKit.UIPreviewInteraction previewInteraction);
abstract member DidCancel : UIKit.UIPreviewInteraction -> unit

Parameters

previewInteraction
UIPreviewInteraction

Implements

Attributes

Applies to