The MSDN documentation will tell you the namespace for any and every type you care to lookup. That's just the sort of thing that documentation is for.

That said, the Process class is a component so, if you're using WinForms, the easiest option is to just add a Process instance to your form in the designer. You can then use the Properties window to create event handlers... as normal.