Click or drag to resize
LoadStateEventHandler Delegate
Represents the method that will handle the LoadStateevent

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void LoadStateEventHandler(
	Object sender,
	LoadStateEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: foodez.CommonLoadStateEventArgs
See Also