Class
StreamFromUriResolvingEventArgs

Provides data for the StreamFromUriResolving event, which occurs when a URI needs to be resolved to a stream.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class StreamFromUriResolvingEventArgs : EventArgs

Inheritance: objectEventArgsStreamFromUriResolvingEventArgs

Inherited Members EventArgs.Empty

Constructors

StreamFromUriResolvingEventArgs(string)

Declaration

cs-api-definition
public StreamFromUriResolvingEventArgs(string uri)

Parameters

uri

string

Properties

Stream

Represents the stream of data resolved from a URI in the context of the event where the URI resolution takes place.

Declaration

cs-api-definition
public Stream Stream { get; set; }

Property Value

Stream

Uri

Provides data for the StreamFromUriResolving event, which is triggered when a URI needs to be resolved to a stream.

Declaration

cs-api-definition
public string Uri { get; }

Property Value

string