Class ProcessEventArgs
Contains data for the ProcessMonitor process events
public class ProcessEventArgs : EventArgs
- Inheritance
-
objectProcessEventArgs
- Inherited Members
Properties
ProcessInfo
Gets the process info related to the event
public ProcessInfo ProcessInfo { get; }