ProcessInputEventArgs.PushInput Method (InputEventArgs, StagingAreaInputItem)
.NET Framework 3.0
Puts the specified input event onto the top of the specified staging area stack.
Namespace: System.Windows.Input
Assembly: PresentationCore (in presentationcore.dll)
Assembly: PresentationCore (in presentationcore.dll)
public StagingAreaInputItem PushInput (
InputEventArgs input,
StagingAreaInputItem promote
)
public StagingAreaInputItem PushInput ( InputEventArgs input, StagingAreaInputItem promote )
public function PushInput ( input : InputEventArgs, promote : StagingAreaInputItem ) : StagingAreaInputItem
You cannot use methods in XAML.
Parameters
- input
The input event to put on the staging area stack.
- promote
An existing staging area item to promote the state from.
Return Value
The staging area input item that wraps the specified input.- UIPermission for pushing an input event. Associated enumerations: PermissionState.Unrestricted
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.