UIAlertViewDelegate_Extensions.Clicked 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.
public static void Clicked (this UIKit.IUIAlertViewDelegate This, UIKit.UIAlertView alertview, nint buttonIndex);
static member Clicked : UIKit.IUIAlertViewDelegate * UIKit.UIAlertView * nint -> unit
Parameters
- This
- IUIAlertViewDelegate
The instance on which this extension method operates.
- alertview
- UIAlertView
- buttonIndex
- System.System.IntPtr System.nativeint