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