次の方法で共有


UIOperationHandler 代理人

定義

操作の完了時に使用されるデリゲート。

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

パラメーター

success
Boolean

通常、 true 関連付けられたメソッドが正常に完了した場合。

適用対象