ProcessInputEventArgs Class
Provides data for postprocess input events.
Assembly: PresentationCore (in PresentationCore.dll)
Process input events enable access to the InputManager staging area.
The input staging area processes raw input into WPF events.
ProcessInputEventArgs is used with the PostProcessInput event.
Input is processed in WPF in the follow stages:
Pre-process stage. The input manager raises the PreProcessInput event.
Pre-notify stage. The input manager raises the PreNotifyInput event.
The WPF input event or events are raised.
Post-notify stage. The input manager raises the PostNotifyInput event.
Post-process stage. The input manager raises the PostProcessInput event.
System.EventArgs
System.Windows.Input.NotifyInputEventArgs
System.Windows.Input.ProcessInputEventArgs
System.Windows.Input.PreProcessInputEventArgs
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.