Share via


UISheetPresentationControllerDelegate.WillDismiss Method

Definition

[Foundation.Export("presentationControllerWillDismiss:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDismiss(UIKit.UIPresentationController presentationController);
[<Foundation.Export("presentationControllerWillDismiss:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDismiss : UIKit.UIPresentationController -> unit
override this.WillDismiss : UIKit.UIPresentationController -> unit

Parameters

presentationController
UIPresentationController

Implements

Attributes

Applies to