Class CallCommand
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
public class CallCommand : DependencyObject, ICommand
- Inheritance
-
CallCommand
- Implements
- Extension Methods
Constructors
Fields
Properties
Methods
- CanExecute(object)
Defines the method that determines whether the command can execute in its current state.
- Execute(object)
Defines the method to be called when the command is invoked.
- OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
Events
- CanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.