UIActionSheetDelegate_Extensions.Presented Method

Definition

Indicates that the action sheet was presented to the user.

public static void Presented (this UIKit.IUIActionSheetDelegate This, UIKit.UIActionSheet actionSheet);
static member Presented : UIKit.IUIActionSheetDelegate * UIKit.UIActionSheet -> unit

Parameters

This
IUIActionSheetDelegate

The instance on which this extension method operates.

actionSheet
UIActionSheet

Applies to