asp.net.ph

Wizard.SideBarButtonClick Event

System.Web.UI.WebControls Namespace   Wizard Class


Occurs when a button in the sidebar area on a Wizard control is clicked.

[ VB ]
Public Event SideBarButtonClick As EventHandler

[ C# ]
public event EventHandler SideBarButtonClick;

[ C++ ]
public: __event EventHandler* SideBarButtonClick;

In [ JScript ], you can handle the events defined by a class, but you cannot define your own.

Remarks

A SideBarButtonClick event is raised whenever a button in the sidebar area on a Wizard control is clicked.

This allows you to provide an event-handling method that performs a custom routine, such as to provide a confirmation message, whenever this event occurs.

NOTE: The SideBarButtonClick event is not raised if a Button control with the CommandName property set to Move is outside of the DataList control's sidebar list for the SideBarTemplate object.

For more information about handling events, see Web Forms Events Model.

See Also

Wizard Members   CancelButtonClick   FinishButtonClick   NextButtonClick   PreviousButtonClick Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note