ClassPdfViewerOpenEventArgs
Class
Arguments for the open event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class PdfViewerOpenEventArgs : ICancellableEventArgs
Inheritance: objectPdfViewerOpenEventArgs
Implements:
Constructors
PdfViewerOpenEventArgs()
Declaration
cs-api-definition
public PdfViewerOpenEventArgs()
Properties
Files
The files that are used for the event.
Declaration
cs-api-definition
public List<FileSelectFileInfo> Files { get; set; }
Property Value
IsCancelled
Specifies if the event should be canceled.