System.Web.UI.WebControls.Wizard.SideBarButtonClick Event

Occurs when a button in the sidebar area is clicked.

Syntax

public event WizardNavigationEventHandler SideBarButtonClick

Remarks

The Wizard.SideBarButtonClick event is raised when a button in the sidebar area on the System.Web.UI.WebControls.Wizard control is clicked. Use the Wizard.SideBarButtonClick event to provide additional processing when a button in the sidebar area is clicked.

Note:

The Wizard.SideBarButtonClick event does not raise an event if a System.Web.UI.WebControls.Button control with the Button.CommandName property set to Move is outside of the System.Web.UI.WebControls.DataList control's sidebar list for the Wizard.SideBarTemplate object.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0