UIOperationHandler Delegate

Definition

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.

Applies to