Share via


UIAlertViewDelegate.Canceled(UIAlertView) Method

Definition

Indicates that this UIAlertView is about to be canceled.

[Foundation.Export("alertViewCancel:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Canceled(UIKit.UIAlertView alertView);
[<Foundation.Export("alertViewCancel:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Canceled : UIKit.UIAlertView -> unit
override this.Canceled : UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView

Implements

Attributes

Applies to