Class UnloadEventArgs
This event arguments provides the necessary information about document unload event.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.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
[JsonPropertyName("documentName")]
[JsonInclude]
public string DocumentName { get; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |