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

NameDescription
Public methodUxrDeviceConnectEventArgs Constructor.

Properties

NameDescription
Public propertyIsConnected Gets whether the device was connected (true) or disconnected (false).

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Devices Namespace