public sealed class AggregateCommand : CommandPublic NotInheritable Class AggregateCommand
Inherits Commandpublic ref class AggregateCommand sealed : public Command[<SealedAttribute>]
type AggregateCommand =
class
inherit Command
end| AggregateCommand | Инициализирует новый экземпляр класса AggregateCommand |
| Commands | Команды, исполняемые в указанном порядке. |
| CanExecute | Определяет признак доступности команды. (Переопределяет CommandCanExecute(Object)) |
| Combine | Объединяет команды source и target и записывает результат в target. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Execute | Выполняет команду с заданным параметром. (Переопределяет CommandExecute(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RaiseCanExecuteChanged |
Уведомляет диспетчер событий о том, что метод CanExecute(Object)
команды будет выдавать другой результат.
(Унаследован от Command) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| CanExecuteChanged |
Событие, определяющее момент, когда необходимо проверить доступность команды.
(Унаследован от Command) |