UIOperationHandler 委托

定义

完成操作时使用的委托。

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

参数

success
Boolean

通常, true 如果关联方法成功完成,则为 。

适用于