menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnloadEventArgs - API Reference

    Show / Hide Table of Contents

    Class UnloadEventArgs

    This event arguments provides the necessary information about document unload event.

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

    Constructors

    UnloadEventArgs()

    Declaration
    public UnloadEventArgs()

    Properties

    DocumentName

    Gets the document name to be loaded into PDF Viewer.

    Declaration
    public string DocumentName { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

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