Click or drag to resize

EventArgsT Constructor

http://www.emgu.com
Create a generic EventArgs with the specific value

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntax
public EventArgs(
	T value
)

Parameters

value
Type: T
The value
See Also