Delegate to define the event handler for switcher system changes.

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

Syntax

C#
public delegate void SystemControlEventHandler(
	ISystemControl device,
	GenericEventArgs args
)

Parameters

device
Type: Crestron.SimplSharpPro.DM..::..ISystemControl
The system device that had a change on it. Use the SwitchInputOutputType and then cast appropriately.
args
Type: Crestron.SimplSharpPro.DeviceSupport..::..GenericEventArgs
Argument to describe the event.

See Also