A convenience implementation of the IUndoUnit interface that uses simple delegates
for the actual undo and redo operations.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public sealed class DelegateUndoUnit<T> : AbstractUndoUnit |
| Visual Basic |
|---|
Public NotInheritable Class DelegateUndoUnit(Of T) _ Inherits AbstractUndoUnit |
Type Parameters
- T
- The type of the single parameter that is passed to the delegate.
Inheritance Hierarchy
System..::..Object
yWorks.Support..::..AbstractUndoUnit
yWorks.Support..::..DelegateUndoUnit<(Of <(<'T>)>)>
yWorks.Support..::..AbstractUndoUnit
yWorks.Support..::..DelegateUndoUnit<(Of <(<'T>)>)>