Delegate to define the event handler for changes in CEC information received from the device.
Namespace: Crestron.SimplSharpPro.DMAssembly: SimplSharpPro (in SimplSharpPro.exe)
Syntax
C# |
---|
public delegate void CecChangeEventHandler( Cec cecDevice, CecEventArgs args ) |
Parameters
- cecDevice
- Type: Crestron.SimplSharpPro.DM..::..Cec
CEC that received the change.
- args
- Type: Crestron.SimplSharpPro.DM..::..CecEventArgs
Argument class to describe the change that occurred.