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.1.1.3497 (4.1.1.3497)
Syntaxpublic EventArgs(
T value
)
Public Sub New (
value As T
)
public:
EventArgs(
T value
)
new :
value : 'T -> EventArgs
Parameters
- value
- Type: T
The value
See Also