PhoneStateChangedDelegate DelegateRemotePhoneCallService API Reference
Delegate for the PhoneStateChanged-event.

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

public delegate void PhoneStateChangedDelegate(
	PhoneState newState,
	PhoneState oldState
)
See Also