Click or drag to resize
CustomerFoodProgresstimer_Tick Method
Handles the Tick event of the timer control.

Namespace: foodez.CustomerPages
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void timer_Tick(
	Object sender,
	Object e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: SystemObject
The EventArgs instance containing the event data.
See Also