C# Class ShoeVox.ProcessEventArgs

Inheritance: System.EventArgs
Show file Open project: BaskinCutlerProjects/ShoeVox Class Usage Examples

Public Methods

Method Description
ProcessEventArgs ( string processName, int processId, ProcessEventType eventType ) : System

Method Details

ProcessEventArgs() public method

public ProcessEventArgs ( string processName, int processId, ProcessEventType eventType ) : System
processName string
processId int
eventType ProcessEventType
return System