Share via


UIAlertViewDelegate_Extensions.Canceled Method

Definition

Indicates that this UIAlertView is about to be canceled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Canceled(this UIKit.IUIAlertViewDelegate This, UIKit.UIAlertView alertView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Canceled : UIKit.IUIAlertViewDelegate * UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView
Attributes

Applies to