ICommand.Execute Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the method to be called when the command is invoked.
Assembly: System (in System.dll)
Parameters
- parameter
- Type: System.Object
Data used by the command. If the command does not require data to be passed, this object can be set to Nothing.
Show: