PHAssetImageProgressHandler 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.
A continuation handler for that is called by the Photos application to show progress for an image request.
public delegate void PHAssetImageProgressHandler(double progress, NSError error, out bool stop, NSDictionary info);
type PHAssetImageProgressHandler = delegate of double * NSError * * NSDictionary -> unit
Parameters
- progress
- Double
- error
- NSError
- stop
- Boolean
- info
- NSDictionary