Class StreamFromUriResolvingEventArgs
Inheritance
System.Object
StreamFromUriResolvingEventArgs
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class StreamFromUriResolvingEventArgs : EventArgs
Constructors
StreamFromUriResolvingEventArgs(String)
Declaration
public StreamFromUriResolvingEventArgs(string uri)
Parameters
System.String
uri
|
Properties
Stream
Declaration
public Stream Stream { get; set; }
Property Value
System.IO.Stream
|
Uri
Declaration
public string Uri { get; }
Property Value
System.String
|