RelayCommandExecute Method |
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Execute(
Object parameter
)
Public Sub Execute (
parameter As Object
)
public:
virtual void Execute(
Object^ parameter
) sealed
abstract Execute :
parameter : Object -> unit
override Execute :
parameter : Object -> unit
Parameters
- parameter
- Type: SystemObject
Data used by the command. If the command does not require data to be passed, this object can be set to null.
Implements
ICommandExecute(Object)
See Also