IUIImagePickerControllerDelegate Interface
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.
A class used to receive notifications from the UIImagePickerController.
[Foundation.Protocol(Name="UIImagePickerControllerDelegate", WrapperType=typeof(UIKit.UIImagePickerControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPickingMedia", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIImagePickerController), typeof(Foundation.NSDictionary) }, Selector="imagePickerController:didFinishPickingMediaWithInfo:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Canceled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIImagePickerController) }, Selector="imagePickerControllerDidCancel:")]
public interface IUIImagePickerControllerDelegate : IDisposable, UIKit.IUINavigationControllerDelegate
[<Foundation.Protocol(Name="UIImagePickerControllerDelegate", WrapperType=typeof(UIKit.UIImagePickerControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPickingMedia", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIImagePickerController), typeof(Foundation.NSDictionary) }, Selector="imagePickerController:didFinishPickingMediaWithInfo:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Canceled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIImagePickerController) }, Selector="imagePickerControllerDidCancel:")>]
type IUIImagePickerControllerDelegate = interface
interface INativeObject
interface IDisposable
interface IUINavigationControllerDelegate
- Derived
- Attributes
- Implements
Remarks
Application developers can implement this delegate in order to handle actions associated with the UIImagePickerController and the capture or selection of images or video. The application developer is responsible for dismissing the UIImagePickerController after the operation (capture, selection, or cancellation) is complete and should do so using the DismissModalViewController(Boolean) method of the parent UIViewController.
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |