ResourceLoadingEventArgs Class
Provides data for the ResourceLoading event.
public sealed class ResourceLoadingEventArgs
Public NotInheritable Class ResourceLoadingEventArgs
- Inheritance:
- System.ObjectResourceLoadingEventArgs
Properties
Data
The current resource data, you can use it to provide custom data.
Property Value
- System.Byte[]
Type
The type of the external resource.
Property Value
Uri
The URI of the external resource in loaded document, you can use it to provide a different location for the current resource.
Property Value
- System.Uri