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: 4.1.0.3408 (4.1.0.3408)
Syntax
public EventArgs(
	T1 value1,
	T2 value2
)

Parameters

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