menu

WinForms

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

    Show / Hide Table of Contents

    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.

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