ClassStreamFromUriResolvingEventArgs
Class
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
Constructors
StreamFromUriResolvingEventArgs(string)
Declaration
cs-api-definition
public StreamFromUriResolvingEventArgs(string uri)
Parameters
uri
Properties
Stream
Represents the stream of data resolved from a URI in the context of the event where the URI resolution takes place.