Class
FileSelectEventArgs

Arguments for the select event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class FileSelectEventArgs : ICancellableEventArgs

Inheritance: objectFileSelectEventArgs

Implements: ICancellableEventArgs

Constructors

FileSelectEventArgs()

Declaration

cs-api-definition
public FileSelectEventArgs()

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