ClassSpreadsheetOpenEventArgs
Class
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:
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
IsCancelled
Specifies if the event should be canceled.