Class WorkbookHistoryEventArgs
Provides data for workbook history events, carrying the history action being processed.
Inheritance
System.Object
System.EventArgs
WorkbookHistoryEventArgs
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 WorkbookHistoryEventArgs : EventArgs
Constructors
WorkbookHistoryEventArgs(WorkbookHistoryAction)
Initializes a new instance of the WorkbookHistoryEventArgs class.
Declaration
public WorkbookHistoryEventArgs(WorkbookHistoryAction historyAction)
Parameters
|
WorkbookHistoryAction
historyAction
The history action. |
Properties
HistoryAction
History action being executed, undone, or redone in the current operation.
Declaration
public WorkbookHistoryAction HistoryAction { get; }
Property Value
|
WorkbookHistoryAction
The history action. |