ClassRibbonUICommand
Class
RibbonUI Commands Wrapper. Use this class to encapsulate all UI information for the ribbon bar
Definition
Namespace:ArtOfTest.Common.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RibbonUICommand : RoutedUICommand, ICommand, INotifyPropertyChanged
Inheritance: objectRoutedCommandRoutedUICommandRibbonUICommand
Implements:
Inherited Members
Constructors
Properties
ImageSource
The image source for the UICommand
View
Declaration
cs-api-definition
public UIWindowsContext View { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements