CustomerFoodProgresstimer_Tick Method |
Handles the Tick event of the timer control.
Namespace: foodez.CustomerPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void timer_Tick(
Object sender,
Object e
)
Public Sub timer_Tick (
sender As Object,
e As Object
)
public:
void timer_Tick(
Object^ sender,
Object^ e
)
member timer_Tick :
sender : Object *
e : Object -> unit
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: SystemObject
The EventArgs instance containing the event data.
See Also