Share via


IUIAlertViewDelegate.Canceled(UIAlertView) Method

Definition

Indicates that this UIAlertView is about to be canceled.

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

Parameters

alertView
UIAlertView
Attributes

Applies to