CompactContextSwitchEventCallback 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 a compact context switch event.
public delegate void CompactContextSwitchEventCallback(CompactContextSwitchEventContext eventContext);
type CompactContextSwitchEventCallback = delegate of CompactContextSwitchEventContext -> unit
Public Delegate Sub CompactContextSwitchEventCallback(eventContext As CompactContextSwitchEventContext)
Parameters
- eventContext
- CompactContextSwitchEventContext
The compact context switch event to process.