Click or drag to resize

EventArgsT Constructor

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

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

Parameters

value
Type: T
The value
See Also