| CommandCanExecute - метод |
Defines the method that determines whether the command can execute in its current state.
Пространство имён:
PZone.Wpf
Сборка:
PZone.Wpf (в PZone.Wpf.dll) Версия: 1.0.0.0 (1.0.0.0)
Синтаксисpublic bool CanExecute(
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.
Возвращаемое значение
Тип:
Booleantrue if this command can be executed; otherwise, false.
Реализации
ICommandCanExecute(Object)
См. также