OnlinePhotoShop.Browse.Product_SelectedIndexChanged Function
Called when a new product is selected in the Product control. Updates the product description and optionlist by calling UpdateProduct().
Private void Product_SelectedIndexChanged (object, System.EventArgs)
Type
Name
Description
object
sender
Sending object.
System.EventArgs
e
Event arguments.
Return
Description
void