Class ToolBarCommand
Represents a command wrapper that is used in RadChat's ToolBar.
Inheritance
System.Object
ToolBarCommand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ToolBarCommand : INotifyPropertyChanged
Constructors
ToolBarCommand()
Declaration
public ToolBarCommand()
Properties
Command
Gets or sets the command.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|