Wizard.NextButtonClick Event
Assembly: System.Web (in system.web.dll)
public: event WizardNavigationEventHandler^ NextButtonClick { void add (WizardNavigationEventHandler^ value); void remove (WizardNavigationEventHandler^ value); }
/** @event */ public void add_NextButtonClick (WizardNavigationEventHandler value) /** @event */ public void remove_NextButtonClick (WizardNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
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 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.