Class DownloadStartEventArgs
This event arguments provide the necessary information about download start event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class DownloadStartEventArgs : BaseEventArgs<DownloadStartEventArgs>
Constructors
DownloadStartEventArgs()
Declaration
public DownloadStartEventArgs()
Properties
FileName
Gets the File name of the currently loaded PDF document in the PDF Viewer.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |