PHContentEditingHandler Delegate
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.
Completion handler for the RequestContentEditingInput(PHAsset, PHContentEditingInputRequestOptions, PHContentEditingHandler) method.
public delegate void PHContentEditingHandler(PHContentEditingInput contentEditingInput, NSDictionary requestStatusInfo);
type PHContentEditingHandler = delegate of PHContentEditingInput * NSDictionary -> unit
Parameters
- contentEditingInput
- PHContentEditingInput
- requestStatusInfo
- NSDictionary