Class UnloadEventArgs
This event arguments provides the necessary information about document unload event.
Implements
System.IEquatable<UnloadEventArgs>
Inherited Members
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<>