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.
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.