Event to notify on device connection

Namespace:  VideoRay.Util
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static event Action DeviceConnected
Visual Basic (Declaration)
Public Shared Event DeviceConnected As Action
Visual C++
public:
static  event Action^ DeviceConnected {
	void add (Action^ value);
	void remove (Action^ value);
}

See Also