Freigeben über


ExecutableCommandHandler.DisableDuringExecution Property

Definition

Gets or sets a value indicating whether command should be disabled when it is executing to avoid multiple invocations at the same time.

protected bool DisableDuringExecution { get; set; }
member this.DisableDuringExecution : bool with get, set
Protected Property DisableDuringExecution As Boolean

Property Value

Remarks

By default, this is set to false so command state will not be modified during execution.

Applies to