SpreadsheetChangeEventArgs Class

Event arguments passed to RadzenSpreadsheet's Change callback after the workbook has been mutated.

Inheritance

Object

EventArgs

Spreadsheet.SpreadsheetChangeEventArgs

Inherited Members

EventArgs.Empty

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class SpreadsheetChangeEventArgs : EventArgs

Constructors

SpreadsheetChangeEventArgsLink to this section

Initializes a new instance of SpreadsheetChangeEventArgs.

Declaration
public SpreadsheetChangeEventArgs(Spreadsheet.SpreadsheetChangeReason reason, Documents.Spreadsheet.Worksheet worksheet, Spreadsheet.ICommand command)
Parameters

Properties

CommandLink to this section

The command that ran, was undone, or was redone. null for sheet management changes, which do not go through the undo stack.

Declaration
public Spreadsheet.ICommand Command { get; }
Property Value
Type Description
Spreadsheet.ICommandThe command that ran, was undone, or was redone. null for sheet management changes, which do not go through the undo stack.

ReasonLink to this section

What caused the change.

Declaration
public Spreadsheet.SpreadsheetChangeReason Reason { get; }
Property Value
Type Description
Spreadsheet.SpreadsheetChangeReasonWhat caused the change.

WorksheetLink to this section

The worksheet the change applies to.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetThe worksheet the change applies to.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙