Delegate to definition for DeviceInformationChange event.

Namespace: Crestron.SimplSharpPro.DM
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public delegate void ConnectedDeviceChangeEventHandler(
	ConnectedDeviceInformation connectedDevice,
	ConnectedDeviceEventArgs args
)

Parameters

connectedDevice
Type: Crestron.SimplSharpPro.DM..::..ConnectedDeviceInformation
Connected device that received the change.
args
Type: Crestron.SimplSharpPro.DM..::..ConnectedDeviceEventArgs
Argument class to describe the change that occurred.

See Also