Click or drag to resize

ProjectedQueryFileNameEventArgsHandled Property

Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool Handled { get; set; }

Property Value

Type: Boolean
The value.
See Also