PostNotifyInput Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs after the PreNotifyInput event handlers have finished processing the raw input and the corresponding events have been raised.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Event PostNotifyInput As NotifyInputEventHandler
public event NotifyInputEventHandler PostNotifyInput
public:
 event NotifyInputEventHandler^ PostNotifyInput {
    void add (NotifyInputEventHandler^ value);
    void remove (NotifyInputEventHandler^ value);
}
member PostNotifyInput : IEvent<NotifyInputEventHandler,
    NotifyInputEventArgs>
JScript does not support events.

Remarks

A monitor is any code routine that listens for the PreNotifyInput event or the PostNotifyInput event. Note that monitors cannot modify the input staging area. The handlers attached to the PostNotifyInput event are invoked in reverse order so that handlers added by users are invoked before handlers in the system.

.NET Framework Security

See Also

Reference

InputManager. . :: . .DeviceEvents Class

Microsoft.SPOT.Input Namespace