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:
Inherited Members
Constructors
Initializes a new instance of the WorkbookHistoryEventArgs class.
C#
public WorkbookHistoryEventArgs(WorkbookHistoryAction historyAction)
The history action.
Properties
History action being executed, undone, or redone in the current operation.
C#
public WorkbookHistoryAction HistoryAction { get; }
The history action.