asp.net.ph

Wizard.PreviousButtonClick Event

System.Web.UI.WebControls Namespace   Wizard Class


Occurs when a Previous button on a Wizard control is clicked.

[ VB ]
Public Event PreviousButtonClick As EventHandler

[ C# ]
public event EventHandler PreviousButtonClick;

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

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

Remarks

A PreviousButtonClick event is raised whenever a Previous button 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.

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

See Also

Wizard Members   CancelButtonClick   FinishButtonClick   NextButtonClick   SideBarButtonClick Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph