UIPreviewInteractionDelegate.DidCancel(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.
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