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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.