WindowInFocusIntervalCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes window-in-focus data.
public delegate void WindowInFocusIntervalCallback(WindowInFocusIntervalContext context);
type WindowInFocusIntervalCallback = delegate of WindowInFocusIntervalContext -> unit
Public Delegate Sub WindowInFocusIntervalCallback(context As WindowInFocusIntervalContext)
Parameters
- context
- WindowInFocusIntervalContext
The window-in-focus data to process.