ActiveContactLabelChangedDelegate DelegateRemotePhoneCallService API Reference
Delegate for the ActiveContactLabelChanged-event.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public delegate void ActiveContactLabelChangedDelegate(
	string newActiveContactLabel,
	string oldActiveContactLabel
)

Parameters

newActiveContactLabel
Type: OnlineSystem String
The new active contact label.
oldActiveContactLabel
Type: OnlineSystem String
The old active contact label.
See Also