Class
LoadFromUriEventArgs

Represents load from URI event arguments.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
[Obsolete("HtmlImportSettings.LoadFromUri event will be removed in R1 2022. For loading images from Uris use the new HtmlImportSettings.LoadImageFromUri event and for loading external stylesheets - HtmlImportSettings.LoadStyleSheetFromUri", false)]
public class LoadFromUriEventArgs : EventArgs

Inheritance: objectEventArgsLoadFromUriEventArgs

Inherited Members EventArgs.Empty

Properties

Uri

Gets the URI.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string Uri { get; }

Property Value

string

The URI.

Methods

SetData(byte[])

Sets the data.

Declaration

cs-api-definition
public void SetData(byte[] data)

Parameters

data

byte[]

The data.

In this article
DefinitionPropertiesUriMethodsSetData(byte[])
Not finding the help you need?
Contact Support