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:
C#
public class WorkbookHistoryRecordExecutedEventArgs : WorkbookHistoryEventArgs
Inheritance: objectEventArgsWorkbookHistoryEventArgsWorkbookHistoryRecordExecutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the WorkbookHistoryRecordExecutedEventArgs class.
C#
public WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction historyAction, bool isMerged)
The history action.
isMergedboolThis parameter is not used and is reserved for future use.