ClassWorkbookHistoryRecordExecutedEventArgs
Class
Provides data for the RecordExecuted event, including merge state information for the recorded action.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.History
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class WorkbookHistoryRecordExecutedEventArgs : WorkbookHistoryEventArgs
Inheritance: objectEventArgsWorkbookHistoryEventArgsWorkbookHistoryRecordExecutedEventArgs
Inherited Members
Constructors
WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction, bool)
Initializes a new instance of the WorkbookHistoryRecordExecutedEventArgs class.
Declaration
cs-api-definition
public WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction historyAction, bool isMerged)
Parameters
historyAction
The history action.
isMerged
This parameter is not used and is reserved for future use.