public enum CommandBindingErrorContext
Public Enumeration CommandBindingErrorContext
public enum class CommandBindingErrorContext
type CommandBindingErrorContext
CommandExecute | 0 | Indicates that the error occurred while invoking the ICommand.Execute method. |
ExecutingEvent | 1 | Indicates that the error occurred while invoking the ICommandBinding.Executing event. |
ExecutedEvent | 2 | Indicates that the error occurred while invoking the ICommandBinding.Executed event. |
EvaluateParameter | 3 | Indicates that the error occurred while invoking the delegate specified in the ICommandBinding.WithParameter method. |
EvaluateTarget | 4 | Indicates that the error occurred while invoking the delegate specified in the ICommandBinding.AddTarget method. |
UpdateState | 5 | Indicates that the error occurred while updating the command source by the ICommandStateUpdater.TryUpdateState method. |