C# Class AvalonStudio.Extensibility.ToolBars.Models.CommandToolBarItem

Inheritance: ToolBarItemBase, ICommandUiItem
Show file Open project: VitalElement/AvalonStudio

Private Properties

Property Type Description
ICommandUiItem void
OnCommandPropertyChanged void

Public Methods

Method Description
CommandToolBarItem ( ToolBarItemDefinition toolBarItem, Command command, ICommand actualCommand, IToolBar parent ) : System

Private Methods

Method Description
ICommandUiItem ( CommandHandlerWrapper commandHandler ) : void
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CommandToolBarItem() public method

public CommandToolBarItem ( ToolBarItemDefinition toolBarItem, Command command, ICommand actualCommand, IToolBar parent ) : System
toolBarItem ToolBarItemDefinition
command AvalonStudio.Extensibility.Commands.Command
actualCommand ICommand
parent IToolBar
return System