Click or drag to resize
EventArgsT1, T2 Constructor
http://www.emgu.com
Create a generic EventArgs with two values

Namespace: Emgu.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public EventArgs(
	T1 value1,
	T2 value2
)

Parameters

value1
Type: T1
The first value
value2
Type: T2
The second value
See Also