NotifyInputEventArgs Class
Provides data for raw input being processed by the InputManager.
Assembly: PresentationCore (in PresentationCore.dll)
The input staging area processes input into WPF events.
NotifyInputEventArgs is used with the PreNotifyInput and PostNotifyInput events.
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
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.