PreNotifyInput Event

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

Occurs when the PreProcessInputEventHandler delegate has finished processing the raw input, if the raw input was not canceled.

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

Syntax

'Declaration
Public Event PreNotifyInput As NotifyInputEventHandler
public event NotifyInputEventHandler PreNotifyInput
public:
 event NotifyInputEventHandler^ PreNotifyInput {
    void add (NotifyInputEventHandler^ value);
    void remove (NotifyInputEventHandler^ value);
}
member PreNotifyInput : 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 PreNotifyInput 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