Share via


UIActionSheetDelegate.WillPresent(UIActionSheet) Method

Definition

Indicates that the action sheet is about to be presented.

[Foundation.Export("willPresentActionSheet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresent(UIKit.UIActionSheet actionSheet);
[<Foundation.Export("willPresentActionSheet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresent : UIKit.UIActionSheet -> unit
override this.WillPresent : UIKit.UIActionSheet -> unit

Parameters

actionSheet
UIActionSheet

Implements

Attributes

Applies to