ImageSource.OnLoadingCompleted(Boolean) 메서드

정의

원본 로드의 끝을 나타내는 상속자에 의해 호출됩니다.

protected void OnLoadingCompleted (bool cancelled);
member this.OnLoadingCompleted : bool -> unit

매개 변수

cancelled
System.Boolean

원본이 취소되었는지 여부를 나타내는 부울입니다.

설명

OnLoadingCompleted는 OnLoadingStarted를 따라야 합니다.

적용 대상