Base Command class to allow handling of commands generically
MarkdownMonster.CommandBase
public class CommandBase : object, ICommand, INotifyPropertyChanged
Class Members
Member | Description | |
---|---|---|
Constructor |
Constructor that allows you to hook up each of the command events | |
CanExecuteChanged |
Event hook that ensures that CanExecute gets called as needed | |
PropertyChanged |
||
CanExecute |
public sealed bool CanExecute(object parameter) |
|
Execute |
public sealed void Execute(object parameter) |
|
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 |
Requirements
Namespace: MarkdownMonsterAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic