UIImagePickerController.ImagePickerControllerDelegate Property
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.
The delegate object that can be used to respond to events relating to this UIImagePickerController.
public UIKit.UIImagePickerControllerDelegate ImagePickerControllerDelegate { get; set; }
member this.ImagePickerControllerDelegate : UIKit.UIImagePickerControllerDelegate with get, set