New to Telerik Document ProcessingStart a free 30-day trial

Provides data for workbook history events, carrying the history action being processed.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.History

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class WorkbookHistoryEventArgs : EventArgs

Inheritance: objectEventArgsWorkbookHistoryEventArgs

Derived Classes: WorkbookHistoryRecordExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the WorkbookHistoryEventArgs class.

C#
public WorkbookHistoryEventArgs(WorkbookHistoryAction historyAction)
Parameters:historyActionWorkbookHistoryAction

The history action.

Properties

History action being executed, undone, or redone in the current operation.

C#
public WorkbookHistoryAction HistoryAction { get; }
Property Value:

The history action.