Class PreloadingAttemptSourcesUpdatedEventArgs
Send a list of sources for all preloading attempts in a document.
public sealed record PreloadingAttemptSourcesUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<PreloadingAttemptSourcesUpdatedEventArgs>
- Inheritance
-
EventArgsPreloadingAttemptSourcesUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
PreloadingAttemptSourcesUpdatedEventArgs(LoaderId, ImmutableArray<PreloadingAttemptSource>)
Send a list of sources for all preloading attempts in a document.
public PreloadingAttemptSourcesUpdatedEventArgs(LoaderId LoaderId, ImmutableArray<PreloadingAttemptSource> PreloadingAttemptSources)
Parameters
LoaderIdLoaderIdPreloadingAttemptSourcesImmutableArray<PreloadingAttemptSource>
Properties
LoaderId
public LoaderId LoaderId { get; init; }
Property Value
PreloadingAttemptSources
public ImmutableArray<PreloadingAttemptSource> PreloadingAttemptSources { get; init; }