다음을 통해 공유


UIOperationHandler 대리자

정의

작업이 완료될 때 사용되는 대리자입니다.

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

매개 변수

success
Boolean

일반적으로 true 연결된 메서드가 성공적으로 완료된 경우 입니다.

적용 대상