New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class StreamFromUriResolvingEventArgs : EventArgs

Inheritance: objectEventArgsStreamFromUriResolvingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public StreamFromUriResolvingEventArgs(string uri)
Parameters:uristring

Properties

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

C#
public Stream Stream { get; set; }

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

C#
public string Uri { get; }