Class PdfViewerOpenEventArgs
Arguments for the open event.
Inheritance
System.Object
PdfViewerOpenEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PdfViewerOpenEventArgs : Object, ICancellableEventArgs
Constructors
PdfViewerOpenEventArgs()
Declaration
public PdfViewerOpenEventArgs()
Properties
Files
The files that are used for the event.
Declaration
public List<FileSelectFileInfo> Files { get; set; }
Property Value
System.Collections.Generic.List<FileSelectFileInfo>
|
IsCancelled
Specifies if the event should be canceled.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|