IImageUpdated.UpdatedImage(Uri) Method

Definition

When this method is invoked, the image at the specified Uri is ready

public void UpdatedImage (Uri uri);
abstract member UpdatedImage : Uri -> unit

Parameters

uri
Uri

The uri for the requested image.

Remarks

When you request this image from the image loader, the image will be returned from either the in-memory or disk caches.

Applies to