WindowActivationModesChangedDelegate DelegateRemotePhoneCallService API Reference
Delegate for events fired for changes of the window activation modes. (see RequestWindowActivationModesChanged and ActiveWindowActivationModesChanged)

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

public delegate void WindowActivationModesChangedDelegate(
	WindowActivationModes newModes,
	WindowActivationModes oldModes
)
See Also