C# Класс AttachedCommandBehavior.CommandBehaviorBinding

Defines the command behavior binding
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BindEvent ( DependencyObject owner, string eventName ) : void
Dispose ( ) : void

Unregisters the EventHandler from the Event

Execute ( ) : void

Executes the strategy

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

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

public BindEvent ( DependencyObject owner, string eventName ) : void
owner System.Windows.DependencyObject
eventName string
Результат void

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

Unregisters the EventHandler from the Event
public Dispose ( ) : void
Результат void

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

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