Callback method that will be called when a Transition
has been traversed in a StateMachine.
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 TransitionDoneHandler( Transition t ) |
| Visual Basic |
|---|
Public Delegate Sub TransitionDoneHandler ( _ t As Transition _ ) |
Parameters
- t
- Type: yWorks.Support..::..Transition
The transition that has been traversed.