OnlinePhotoShop.Browse.Next_Click Function
Called when a the Next button is pressed. Selects the next product in the list and updates the product description and optionlist by calling UpdateProduct().
Private void Next_Click (object, System.EventArgs)
Type
Name
Description
object
sender
Sending object.
System.EventArgs
e
Event arguments.
Return
Description
void