Event handler for "Clear All Panes" in Visual Studio output window

Posted by Paul Steckler on Stack Overflow See other posts from Stack Overflow or by Paul Steckler
Published on 2010-06-02T01:52:58Z Indexed on 2010/06/02 1:53 UTC
Read the original article Hit count: 216

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#.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about Extensibility