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