Delegate definitions for change events.
Namespace: Crestron.SimplSharpPro.DMAssembly: SimplSharpPro (in SimplSharpPro.exe)
Syntax
C# |
---|
public delegate void DMSystemEventHandler( Switch device, DMSystemEventArgs args ) |
Parameters
- device
- Type: Crestron.SimplSharpPro.DM..::..Switch
The DM switch the event was triggered from.
- args
- Type: Crestron.SimplSharpPro.DM..::..DMSystemEventArgs
Argument class to describe the event.