New to Telerik Document ProcessingStart a free 30-day trial

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 WorkbookHistoryEventArgs.HistoryActionEventArgs.Empty

Constructors

Initializes a new instance of the WorkbookHistoryRecordExecutedEventArgs class.

C#
public WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction historyAction, bool isMerged)
Parameters:historyActionWorkbookHistoryAction

The history action.

isMergedbool

This parameter is not used and is reserved for future use.

Properties

Reserved for future use; currently not utilized to indicate action merge operations.

C#
public bool IsMerged { get; }
Property Value:

The merged state.