Delegate for the PhoneActionStateChanged-event.
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
public delegate void PhoneActionStateChangedDelegate( PhoneActionState newState, PhoneActionState oldState )
Parameters
- newState
- Type: JustRemotePhone.RemotePhoneService PhoneActionState
The new state.
- oldState
- Type: JustRemotePhone.RemotePhoneService PhoneActionState
The old state.
See Also