PHProgressHandler 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.
Continuation handler for tracking image operation progress.
public delegate void PHProgressHandler(double progress, ref bool stop);
type PHProgressHandler = delegate of double * -> unit
Parameters
- progress
- Double
- stop
- Boolean