ButtonCancel_Click Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ButtonCancel_Click Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminCustomerButtonCancel_Click(Object, EventArgs)
Cancel the page and redirect user to page with list of customers.
Declaration Syntax
C# Visual Basic
protected void ButtonCancel_Click(
	Object sender,
	EventArgs e
)
Protected Sub ButtonCancel_Click ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
e (EventArgs)

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)