LoadedImageSourceLoadCompletedEventArgs.Status Property
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.
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.