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)

public:
 event ResponseSubmittedEventHandler^ ResponseSubmitted {
	void add (ResponseSubmittedEventHandler^ value);
	void remove (ResponseSubmittedEventHandler^ value);
}

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.

No code example is currently available or this language may not be supported.

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.

.NET Compact Framework

Supported in: 3.5, 2.0
Show: