Delegate definitions for change events.

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

Syntax

C#
public delegate void DMInputEventHandler(
	Switch device,
	DMInputEventArgs args
)

Parameters

device
Type: Crestron.SimplSharpPro.DM..::..Switch
The DM switcher device the event was triggered from.
args
Type: Crestron.SimplSharpPro.DM..::..DMInputEventArgs
Argument class to describe the event.

See Also