Notification::ResponseSubmitted Event
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Occurs when the user clicks a button or link in the message balloon.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
This event occurs when the message balloon is dismissed by user input, but not when the InitialDuration time elapses.
This event is not raised if the Response property contains the name of a button or element in the format of "cmd:n", where n is any integer. These are special identifiers on the Pocket PC.
For more information about handling events, see Consuming Events.
The following code demonstrates using this event to process user interaction with the message balloon. This code example is part of a larger example provided for the Notification class.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.