_dispOutputWindowEvents_Event.add_PaneUpdated Method
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.
public:
void add_PaneUpdated(EnvDTE::_dispOutputWindowEvents_PaneUpdatedEventHandler ^ A_1);
public:
void add_PaneUpdated(EnvDTE::_dispOutputWindowEvents_PaneUpdatedEventHandler ^ value);
public void add_PaneUpdated (EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler A_1);
public void add_PaneUpdated (EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler value);
abstract member add_PaneUpdated : EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler -> unit
Public Sub add_PaneUpdated (A_1 As _dispOutputWindowEvents_PaneUpdatedEventHandler)
Public Sub add_PaneUpdated (value As _dispOutputWindowEvents_PaneUpdatedEventHandler)