Raises the Wizard.SideBarButtonClick event.
- e
- A System.Web.UI.WebControls.WizardNavigationEventArgs containing event data.
The Wizard.SideBarButtonClick event is raised when a button on 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.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The Wizard.OnSideBarButtonClick(WizardNavigationEventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.