C# Класс InfinityFiction.UI.InfinityFictionEditor.Core.WinFormControls.CommandFactories.TreeViewCommandBindingFactory

Наследование: System.Waf.Presentation.WinForms.CommandBindingFactory
Показать файл Открыть проект

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

Метод Описание
CanCreateCore ( Component component ) : bool
CreateCore ( Component component, ICommand command, Func commandParameterCallback ) : CommandBindingBase

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

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

protected CanCreateCore ( Component component ) : bool
component System.ComponentModel.Component
Результат bool

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

protected CreateCore ( Component component, ICommand command, Func commandParameterCallback ) : CommandBindingBase
component System.ComponentModel.Component
command ICommand
commandParameterCallback Func
Результат CommandBindingBase