views:

4

answers:

0

There are a few buttons associated with the Output window in Visual Studio (VS2005/2008/2010). One of them is "Clear All Panes".

How can I install an event handler that's called when that button is clicked?

I'm building a Visual Studio extensibility package, working in C#.