menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileSavingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved