共用方式為


UIOperationHandler 代理人

定義

完成作業時使用的委派。

public delegate void UIOperationHandler(bool success);
type UIOperationHandler = delegate of bool -> unit

參數

success
Boolean

通常, true 如果相關聯的方法成功完成,則為 。

適用於