PackageRemote64Class.DisableEventHandlers Property

Definition

Gets or sets a value that indicates whether the event handlers on task are disabled.

public:
 virtual property bool DisableEventHandlers { bool get(); void set(bool value); };
public virtual bool DisableEventHandlers { get; set; }
member this.DisableEventHandlers : bool with get, set
Public Overridable Property DisableEventHandlers As Boolean

Property Value

true if the event handlers on task are disabled; otherwise, false.

Implements

Applies to