UIOperationHandler 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 delegate used at the completion of operations.
public delegate void UIOperationHandler(bool success);
type UIOperationHandler = delegate of bool -> unit
Parameters
- success
- Boolean
Typically, true
if the associated method completed successfully.