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