partial void DisplayDestructiveAlert(Foundation.NSObject sender) { // User helper class to present alert AlertViewController.PresentDestructiveAlert("A Short Title is Best", "The message should be a short, complete sentence.", "Delete", this, (ok) => { Console.WriteLine("Destructive Alert: The user selected {0}", ok); }); }