ExecutableCommandHandler.DisableDuringExecution Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.