Class
PdfViewerErrorEventArgs

Arguments for the error event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PdfViewerErrorEventArgs

Inheritance: objectPdfViewerErrorEventArgs

Constructors

PdfViewerErrorEventArgs()

Declaration

cs-api-definition
public PdfViewerErrorEventArgs()

Properties

Message

The error message.

Declaration

cs-api-definition
public string Message { get; set; }

Property Value

string