AnimationEventArgs Constructor Vis2 NodeTrix CodeDokumentation
Creates an AnimationEventArgs object

Namespace: Vis2NodeTrix
Assembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

Public Sub New ( _
	type As AnimationType, _
	values As Double(), _
	data As Object _
)

Parameters

type
Type: Vis2NodeTrix AnimationType
Type of the animation
values
Type:  OnlineSystem Double 
Important animation values
data
Type: OnlineSystem Object
Additional data for the animation behavior
See Also