Defines the method to be called when the command is invoked.
Пространство имён:
PZone.Wpf
Сборка:
PZone.Wpf (в PZone.Wpf.dll) Версия: 1.0.0.0 (1.0.0.0)
Синтаксисpublic void Execute(
Object parameter
)
Параметры
- parameter
- Тип: SystemObject
Data used by the command. If the command does not require data to be passed, this object can be set to null.
Реализации
ICommandExecute(Object)
См. также