CommandBase Class

Base Command class to allow handling of commands generically

System.Object
   MarkdownMonster.CommandBase

Class Members

MemberDescription
Constructor Constructor that allows you to hook up each of the command events
CanExecute
public bool CanExecute(object parameter)
Execute
public void Execute(object parameter)
OnPropertyChanged
public void OnPropertyChanged(string propertyName)
PreviewExecute
public bool PreviewExecute(object parameter)
Caption
KeyboardShortcut
PremiumFeatureLink Feature URL to more information if not registered.
PremiumFeatureName Allows setting a premium feature name that shows a dialog when the feature is accessed while not registered.
ToolTip
Namespace: MarkdownMonster

Assembly: MarkdownMonster.dll



© West Wind Technologies, 2025 • Updated: 2025-02-25
Comment or report problem with topic