C# Класс Bloom.Command

Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Command ( string name ) : System
Execute ( ) : void

Защищенные методы

Метод Описание
RaiseEnabledChanged ( ) : void

Приватные методы

Метод Описание
Bouncing ( ) : bool

Check whether the click activating this command came too quickly to be a separate command. This handles people double-clicking when they should single click (or clicking again while a command is executing that takes longer than they think it should).

SetBounceTime ( ) : void

Описание методов

Command() публичный Метод

public Command ( string name ) : System
name string
Результат System

Execute() публичный Метод

public Execute ( ) : void
Результат void

RaiseEnabledChanged() защищенный Метод

protected RaiseEnabledChanged ( ) : void
Результат void