Click or drag to resize
EventArgsT Constructor
http://www.emgu.com
Create a generic EventArgs with the specific value

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public EventArgs(
	T value
)

Parameters

value
Type: T
The value
See Also