Class
WorkbookHistoryRecordExecutedEventArgs

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

Constructors

WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction, bool)

Initializes a new instance of the WorkbookHistoryRecordExecutedEventArgs class.

Declaration

cs-api-definition
public WorkbookHistoryRecordExecutedEventArgs(WorkbookHistoryAction historyAction, bool isMerged)

Parameters

historyAction

WorkbookHistoryAction

The history action.

isMerged

bool

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

cs-api-definition
public bool IsMerged { get; }

Property Value

bool

The merged state.