A convenience implementation of the IUndoUnit interface that uses simple delegates
for the actual undo and redo operations.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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>)>)>