Class PreloadingAttemptSourcesUpdatedEventArgs
PreloadingAttemptSourcesUpdated
public sealed class PreloadingAttemptSourcesUpdatedEventArgs : EventArgs
- Inheritance
-
PreloadingAttemptSourcesUpdatedEventArgs
- Inherited Members
Properties
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
PreloadingAttemptSources
Gets or sets the preloadingAttemptSources
[JsonPropertyName("preloadingAttemptSources")]
public PreloadingAttemptSource[] PreloadingAttemptSources { get; set; }