Click or drag to resize

ProjectedEventArgsTriggeringProcess Property

Gets the process that triggered this callback. If this information is not available, this will be null.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Process TriggeringProcess { get; }

Property Value

Type: Process
The triggering process.
See Also