C# Class InfinityFiction.UI.InfinityFictionEditor.Core.WinFormControls.CommandFactories.TreeViewCommandBindingFactory

Inheritance: System.Waf.Presentation.WinForms.CommandBindingFactory
Mostrar archivo Open project: Blind-Striker/infinityfiction

Protected Methods

Method Description
CanCreateCore ( Component component ) : bool
CreateCore ( Component component, ICommand command, Func commandParameterCallback ) : CommandBindingBase

Method Details

CanCreateCore() protected method

protected CanCreateCore ( Component component ) : bool
component System.ComponentModel.Component
return bool

CreateCore() protected method

protected CreateCore ( Component component, ICommand command, Func commandParameterCallback ) : CommandBindingBase
component System.ComponentModel.Component
command ICommand
commandParameterCallback Func
return CommandBindingBase