The delegate that is used by DelegateUndoUnit<(Of <(<'T>)>)>.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public delegate void DoHandlerDelegate( T param ) |
| Visual Basic |
|---|
Public Delegate Sub DoHandlerDelegate ( _ param As T _ ) |
Parameters
- param
- Type: T
An usage dependent parameter that is passed to the delegate.