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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public EventArgs(
	T value
)

Parameters

value
Type: T
The value
See Also