ClassWorkbookHistoryEventArgs
Class
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:
Inherited Members
Constructors
WorkbookHistoryEventArgs(WorkbookHistoryAction)
Initializes a new instance of the WorkbookHistoryEventArgs class.
Declaration
cs-api-definition
public WorkbookHistoryEventArgs(WorkbookHistoryAction historyAction)
Parameters
historyAction
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
The history action.