Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Wizard::NextButtonClick Event

 

Occurs when the Next button is clicked.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
event WizardNavigationEventHandler^ NextButtonClick {
	void add(WizardNavigationEventHandler^ value);
	void remove(WizardNavigationEventHandler^ value);
}

The NextButtonClick event is raised when the Next button on the Wizard control is clicked. Use the NextButtonClick event to provide additional processing when the Next button is clicked.

For more information about handling events, see NIB: Consuming Events.

The following code example demonstrates how to specify an event handler for the NextButtonClick event. Each time the Next button is clicked, the BorderWidth property for the Wizard control is increased by 1 pixel, as measured by the Unit class.

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft