http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
A generic EventArgs
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public class EventArgs<T1, T2> : EventArgs |
Visual Basic |
---|
Public Class EventArgs(Of T1, T2) _ Inherits EventArgs |
Visual C++ |
---|
generic<typename T1, typename T2> public ref class EventArgs : public EventArgs |
Type Parameters
- T1
- The type of the first value
- T2
- The type of the second value