 |
| BcfUndoRedoItemEventArgsUndoRedoItem Property |
Gets the undo redo item.
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic IBcfUndoRedoItem UndoRedoItem { get; }Public ReadOnly Property UndoRedoItem As IBcfUndoRedoItem
Get
public:
property IBcfUndoRedoItem^ UndoRedoItem {
IBcfUndoRedoItem^ get ();
}member UndoRedoItem : IBcfUndoRedoItem with get
Property Value
Type:
IBcfUndoRedoItemThe undo redo item.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also