CommandBindingErrorContext Enumeration

Represents the context of the ICommandBinding.Error event.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public enum CommandBindingErrorContext

Members

CommandExecute0 Indicates that the error occurred while invoking the ICommand.Execute method.
ExecutingEvent1 Indicates that the error occurred while invoking the ICommandBinding.Executing event.
ExecutedEvent2 Indicates that the error occurred while invoking the ICommandBinding.Executed event.
EvaluateParameter3 Indicates that the error occurred while invoking the delegate specified in the ICommandBinding.WithParameter method.
EvaluateTarget4 Indicates that the error occurred while invoking the delegate specified in the ICommandBinding.AddTarget method.
UpdateState5 Indicates that the error occurred while updating the command source by the ICommandStateUpdater.TryUpdateState method.

See Also