VisibilityOperator.EnableEvents Property
Gets or sets a flag that determines whether the operator shall fire events for a progress bar.
Syntax
public System.Boolean EnableEvents { get; set; }
Property Value
Default: false
True if events for a progress bar shall be fired; otherwise, False.
Remarks
Most operators derived from the abstract base class VisibilityOperator are so fast that a progress bar is unnecessary. But a progress bar can be useful for a VisibilityIndexOperator configured for high accuracy. See Runtime.StatusChanged.
When the operator can reuse a cached result, it will not fire any events.
Platforms
Windows, Linux, Android