Class WorkbookHistoryRecordExecutedEventArgs
Provides data for the RecordExecuted event, including merge state information for the recorded action.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.History
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorkbookHistoryRecordExecutedEventArgs : WorkbookHistoryEventArgs
Constructors
WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction, Boolean)
Initializes a new instance of the WorkbookHistoryRecordExecutedEventArgs class.
Declaration
public WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction historyAction, bool isMerged)
Parameters
|
WorkbookHistoryAction
historyAction
The history action. |
|
System.Boolean
isMerged
This parameter is not used and is reserved for future use. |
Properties
IsMerged
Reserved for future use; currently not utilized to indicate action merge operations.
Declaration
public bool IsMerged { get; }
Property Value
|
System.Boolean
The merged state. |