UIAlertViewDelegate.WillDismiss(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 will shortly be dismissed.
[Foundation.Export("alertView:willDismissWithButtonIndex:")]
public virtual void WillDismiss (UIKit.UIAlertView alertView, nint buttonIndex);
abstract member WillDismiss : UIKit.UIAlertView * nint -> unit
override this.WillDismiss : UIKit.UIAlertView * nint -> unit
Parameters
- alertView
- UIAlertView
- buttonIndex
- System.System.IntPtr System.nativeint
- Attributes