Class SpreadsheetOpenEventArgs
Arguments for the open event.
Inheritance
System.Object
SpreadsheetOpenEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SpreadsheetOpenEventArgs : Object, ICancellableEventArgs
Constructors
SpreadsheetOpenEventArgs()
Declaration
public SpreadsheetOpenEventArgs()
Properties
Files
The files that are used for the event.
Declaration
public List<FileSelectFileInfo> Files { get; set; }
Property Value
System.Collections.Generic.List<FileSelectFileInfo>
|
IsCancelled
Specifies if the event should be canceled.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|