Class FileOpeningEventArgs
Inheritance
System.Object
FileOpeningEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class FileOpeningEventArgs : RoutedEventArgs
Constructors
FileOpeningEventArgs()
Declaration
public FileOpeningEventArgs()
Properties
DocumentStream
Gets the document stream.
Declaration
public Stream DocumentStream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream | The document stream. |
FormatType
Gets the document extension.
Declaration
public string FormatType { get; }
Property Value
Type | Description |
---|---|
System.String | The document extension. |