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