DelegateCommand<T>.Execute(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the command.
public:
virtual void Execute(System::Object ^ parameter);
public virtual void Execute (object parameter);
abstract member Execute : obj -> unit
override this.Execute : obj -> unit
Public Overridable Sub Execute (parameter As Object)
Parameters
- parameter
- Object
A parameter to pass to the execute delegate (specified in the constructor).