UxrDeviceConnectEventArgs Class
Device connection/disconnection event arguments.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Devices.UxrDeviceConnectEventArgs
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrDeviceConnectEventArgs : EventArgs
The UxrDeviceConnectEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrDeviceConnectEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
IsConnected | Gets whether the device was connected (true) or disconnected (false). |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |