Sequence Parameter Control events
The
Sequence Parameter Control
has the following event that can be used by a client in runtime.Name | Description |
---|---|
everyTagConnectedChanged | Occurs whenever the value of the IsEveryTagConnected property changes. The event has a single Boolean parameter that is the current IsEveryTagConnected property value. |
liveDataConnectedChanged | Occurs whenever the value of the IsLiveDataConnected property changes. The event has a single Boolean parameter that is the current IsLiveDataConnected property value. |
seqMgrServerConnectedChanged | Occurs whenever the value of the IsSeqMgrServerConnected property changes. The event has a single Boolean parameter that is the current IsSeqMgrServerConnected property value. |
seqMgrServerConnectedBackupChanged | Occurs whenever the value of the IsSeqMgrServerConnectedBackup property changes. The event has a single Boolean parameter that is the current IsSeqMgrServerConnectedBackup property value. |
seqMgrServerToControllerConnectedChanged | Occurs whenever the value of the IsSeqMgrServerToControllerConnected property changes. The event has a single Boolean parameter that is the current IsSeqMgrServerToControllerConnected property value. |
seqMgrServerToControllerConnectedBackupChanged | Occurs whenever the value of the IsSeqMgrServerToControllerConnectedBackup property changes. The event has a single Boolean parameter that is the current IsSeqMgrServerToControllerConnectedBackup property value. |
sequenceStateChanged | Occurs whenever the value of the SelectedSequenceState property changes. The event has a single integer parameter that is the current SelectedSequenceState property value. |
Provide Feedback