ExternalResourceLoadingArgs

ExternalResourceLoadingArgs class

Provides the data for OnLoading method.

public sealed class ExternalResourceLoadingArgs

Constructors

Name Description
ExternalResourceLoadingArgs(string) Initializes a new instance of the ExternalResourceLoadingArgs class.

Properties

Name Description
Data { get; set; } Gets or sets the user data.
Skipped { get; set; } Gets or sets the value that indicates whether the loading of the external resource must be skipped.
Uri { get; set; } Gets or sets the URI of the external resource.

See Also