The delegate that is used by DelegateUndoUnit<(Of <(<'T>)>)>.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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.