UIAlertViewDelegate.Dismissed(UIAlertView, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that this UIAlertView has been dismissed.
[Foundation.Export("alertView:didDismissWithButtonIndex:")]
public virtual void Dismissed (UIKit.UIAlertView alertView, nint buttonIndex);
abstract member Dismissed : UIKit.UIAlertView * nint -> unit
override this.Dismissed : UIKit.UIAlertView * nint -> unit
Parameters
- alertView
- UIAlertView
- buttonIndex
- System.System.IntPtr System.nativeint
- Attributes