Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DownloadStartEventArgs

    Show / Hide Table of Contents

    Class DownloadStartEventArgs

    This event arguments provide the necessary information about download start event.

    Inheritance
    System.Object
    BaseEventArgs<DownloadStartEventArgs>
    DownloadStartEventArgs
    Inherited Members
    BaseEventArgs<DownloadStartEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DownloadStartEventArgs : BaseEventArgs<DownloadStartEventArgs>

    Constructors

    DownloadStartEventArgs()

    Declaration
    public DownloadStartEventArgs()

    Properties

    FileName

    Gets the File name of the currently loaded PDF document in the PDF Viewer.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved