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
Constructors
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; }