Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnloadEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnloadEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<UnloadEventArgs>
    UnloadEventArgs
    Implements
    System.IEquatable<UnloadEventArgs>
    Inherited Members
    BaseEventArgs<UnloadEventArgs>.Equals(UnloadEventArgs)
    BaseEventArgs<UnloadEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UnloadEventArgs : BaseEventArgs<UnloadEventArgs>, IEquatable<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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved