Delegate for events fired for changes of the window activation modes. (see RequestWindowActivationModesChanged and ActiveWindowActivationModesChanged)
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
public delegate void WindowActivationModesChangedDelegate( WindowActivationModes newModes, WindowActivationModes oldModes )
Parameters
- newModes
- Type: JustRemotePhone.RemotePhoneService WindowActivationModes
The new modes.
- oldModes
- Type: JustRemotePhone.RemotePhoneService WindowActivationModes
The old modes.
See Also