public enum CommandBindingErrorContextPublic Enumeration CommandBindingErrorContextpublic enum class CommandBindingErrorContexttype 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. |
| AllFlagsDefined |
Gets whether every single bit value in flags are defined in the enum type of flags,
or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions) |
| IsSingleFlag |
Gets whether only a single bit is set in value.
(Defined by EnumExtensions) |