IImageUpdated.UpdatedImage(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.