Create a generic EventArgs with the specific value
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public EventArgs(
T value
)
Public Sub New ( _
value As T _
)
public:
EventArgs(
T value
)
Parameters
- value
- T
The value
See Also