ResourceLoadingEventArgs Class
Provides data for the ResourceLoading event.
public sealed class ResourceLoadingEventArgsPublic NotInheritable Class ResourceLoadingEventArgs- Inheritance:
- System.ObjectResourceLoadingEventArgs
Properties
Data
The resource data. Set this to provide custom content instead of loading from the URI.
Property Value
- System.Byte[]
Type
The type of the external resource.
Property Value
Uri
The URI of the external resource. You can use it to provide a different location for the current resource.
Property Value
- System.Uri