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
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