CommandBase Class
Base Command class to allow handling of commands generically
MarkdownMonster.CommandBase
Class Members
| Member | Description | |
|---|---|---|
| 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 | ||
Assembly: MarkdownMonster.dll
