ClassToolBarCommand
Class
Represents a command wrapper that is used in RadChat's ToolBar.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ToolBarCommand : INotifyPropertyChanged
Inheritance: objectToolBarCommand
Implements:
Constructors
ToolBarCommand()
Declaration
cs-api-definition
public ToolBarCommand()
Properties
Command
Gets or sets the command.
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements