OutputWindowEventsClass.PaneClearing Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when all text in an Output window pane is deleted.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispOutputWindowEvents_PaneClearingEventHandler ^ PaneClearing;
public:
virtual event EnvDTE::_dispOutputWindowEvents_PaneClearingEventHandler ^ PaneClearing;
public virtual event EnvDTE._dispOutputWindowEvents_PaneClearingEventHandler PaneClearing;
member this.PaneClearing : EnvDTE._dispOutputWindowEvents_PaneClearingEventHandler
Public Overridable Custom Event PaneClearing As _dispOutputWindowEvents_PaneClearingEventHandler Implements PaneClearing