Class
SpreadsheetOpenEventArgs

Arguments for the open event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SpreadsheetOpenEventArgs : ICancellableEventArgs

Inheritance: objectSpreadsheetOpenEventArgs

Implements: ICancellableEventArgs

Constructors

SpreadsheetOpenEventArgs()

Declaration

cs-api-definition
public SpreadsheetOpenEventArgs()

Properties

Files

The files that are used for the event.

Declaration

cs-api-definition
public List<FileSelectFileInfo> Files { get; set; }

Property Value

List<FileSelectFileInfo>

IsCancelled

Specifies if the event should be canceled.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled