Class PdfViewerErrorEventArgs
Arguments for the error event.
Inheritance
System.Object
PdfViewerErrorEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PdfViewerErrorEventArgs : Object
Constructors
PdfViewerErrorEventArgs()
Declaration
public PdfViewerErrorEventArgs()
Properties
Message
The error message.
Declaration
public string Message { get; set; }
Property Value
System.String
|