ImageSource.OnLoadingCompleted(Boolean) Method

Definition

Called by inheritors to indicate the end of the loading of the source.

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

Parameters

cancelled
Boolean

A bool indicating if the source was cancelled.

Remarks

OnLoadingCompleted should follow a OnLoadingStarted.

Applies to