UIImagePickerControllerDelegate_Extensions Class
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.
Extension methods to the IUIImagePickerControllerDelegate interface to support all the methods from the UIImagePickerControllerDelegate protocol.
public static class UIImagePickerControllerDelegate_Extensions
type UIImagePickerControllerDelegate_Extensions = class
- Inheritance
-
UIImagePickerControllerDelegate_Extensions
Remarks
The extension methods for IUIImagePickerControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UIImagePickerControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.
Methods
Canceled(IUIImagePickerControllerDelegate, UIImagePickerController) |
Indicates that the user cancelled the media-picking operation. |
FinishedPickingImage(IUIImagePickerControllerDelegate, UIImagePickerController, UIImage, NSDictionary) |
Indicates that the user has completed picking an image.|b |
FinishedPickingMedia(IUIImagePickerControllerDelegate, UIImagePickerController, NSDictionary) |
Indicates that the user has picked a picture or movie. |