Handler for animation events
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Delegate Sub AnimationEventHandler ( _ sender As Object, _ e As AnimationEventArgs _ )
Parameters
- sender
- Type: System Object
Object starts the animation
- e
- Type: Vis2NodeTrix AnimationEventArgs
Arguments of the animation
See Also