Class WorkbookHistoryEventArgs
Arguments for the events raised when the workbook history is changed.
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
Gets the history action.
Declaration
public WorkbookHistoryAction HistoryAction { get; }
Property Value
WorkbookHistoryAction
The history action. |