ICoreWindow.CharacterReceived Event

Specifies the event that is fired when a new character is received by the input queue.

Syntax

public:
event TypedEventHandler<CoreWindow^ , CharacterReceivedEventArgs^ >^ CharacterReceived {
         EventRegistrationToken add (TypedEventHandler<CoreWindow^ , CharacterReceivedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace