C# Class ScrumPowerTools.Framework.Presentation.ComboBoxCommandHandlerBinder

Datei anzeigen Open project: cqse/ScrumPowerTools

Public Methods

Method Description
Bind ( IMenuCommandService menuCommandService ) : void

Private Methods

Method Description
GetHandlerFor ( int commandId ) : IComboBoxCommandHandler
ItemSelectionCallback ( object sender, EventArgs e ) : void
ProvideItemsCallback ( object sender, EventArgs e ) : void

Method Details

Bind() public static method

public static Bind ( IMenuCommandService menuCommandService ) : void
menuCommandService IMenuCommandService
return void