OnlinePhotoShop.Browse.AddButton_Click Function
Called when Add button is pressed. Adds a new item of the currently selected product, option and quantity to the shopping cart.
Private void AddButton_Click (object, System.EventArgs)
Type
Name
Description
object
sender
Sending object.
System.EventArgs
e
Event arguments.
Return
Description
void