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