http://www.emgu.com
Create a generic EventArgs with the specific value
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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