LoadedImageSourceLoadCompletedEventArgs.Status Property

Definition

Gets a value that indicates whether the operation was successful. If it failed, indicates the reason for the failure.

public:
 property LoadedImageSourceLoadStatus Status { LoadedImageSourceLoadStatus get(); };
LoadedImageSourceLoadStatus Status();
public LoadedImageSourceLoadStatus Status { get; }
var loadedImageSourceLoadStatus = loadedImageSourceLoadCompletedEventArgs.status;
Public ReadOnly Property Status As LoadedImageSourceLoadStatus

Property Value

A value of the enumeration that indicates whether the operation was successful. If it failed, indicates the reason for the failure.

Applies to