LoadedImageSourceLoadCompletedEventArgs
LoadedImageSourceLoadCompletedEventArgs
LoadedImageSourceLoadCompletedEventArgs
LoadedImageSourceLoadCompletedEventArgs
Class
Definition
Provides event data for the LoadedImageSurface.LoadCompleted event.
public : sealed class LoadedImageSourceLoadCompletedEventArgs : ILoadedImageSourceLoadCompletedEventArgspublic sealed class LoadedImageSourceLoadCompletedEventArgs : ILoadedImageSourceLoadCompletedEventArgsPublic NotInheritable Class LoadedImageSourceLoadCompletedEventArgs Implements ILoadedImageSourceLoadCompletedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
Status Status Status Status
Gets a value that indicates whether the operation was successful. If it failed, indicates the reason for the failure.
public : LoadedImageSourceLoadStatus Status { get; }public LoadedImageSourceLoadStatus Status { get; }Public ReadOnly Property Status As LoadedImageSourceLoadStatus// This API is not available in Javascript.
- Value
- LoadedImageSourceLoadStatus LoadedImageSourceLoadStatus LoadedImageSourceLoadStatus LoadedImageSourceLoadStatus
A value of the enumeration that indicates whether the operation was successful. If it failed, indicates the reason for the failure.