UIAlertViewDelegate.Clicked(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 the user has clicked a button in this UIAlertView.
[Foundation.Export("alertView:clickedButtonAtIndex:")]
public virtual void Clicked (UIKit.UIAlertView alertview, nint buttonIndex);
abstract member Clicked : UIKit.UIAlertView * nint -> unit
override this.Clicked : UIKit.UIAlertView * nint -> unit
Parameters
- alertview
- UIAlertView
- buttonIndex
- System.System.IntPtr System.nativeint
- Attributes