Class WorkbookHistoryRecordExecutedEventArgs
Arguments for the RecordExecuted event.
Inheritance
System.Object
System.EventArgs
WorkbookHistoryRecordExecutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Gets or sets the record is merged.
Declaration
public bool IsMerged { get; }
Property Value
System.Boolean
The merged state. |