The value of the EventArgs

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public T Value { get; }
Public ReadOnly Property Value As T
	Get
public:
property T Value {
	T get ();
}

See Also