Class
WorkbookHistoryEventArgs

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:

cs-api-definition
public class WorkbookHistoryEventArgs : EventArgs

Inheritance: objectEventArgsWorkbookHistoryEventArgs

Derived Classes: WorkbookHistoryRecordExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

WorkbookHistoryEventArgs(WorkbookHistoryAction)

Initializes a new instance of the WorkbookHistoryEventArgs class.

Declaration

cs-api-definition
public WorkbookHistoryEventArgs(WorkbookHistoryAction historyAction)

Parameters

historyAction

WorkbookHistoryAction

The history action.

Properties

HistoryAction

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

Declaration

cs-api-definition
public WorkbookHistoryAction HistoryAction { get; }

Property Value

WorkbookHistoryAction

The history action.