_dispWindowEvents_Event.remove_WindowClosing 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 remove_WindowClosing(EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ A_1);
public:
void remove_WindowClosing(EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ value);
public void remove_WindowClosing (EnvDTE._dispWindowEvents_WindowClosingEventHandler A_1);
public void remove_WindowClosing (EnvDTE._dispWindowEvents_WindowClosingEventHandler value);
abstract member remove_WindowClosing : EnvDTE._dispWindowEvents_WindowClosingEventHandler -> unit
Public Sub remove_WindowClosing (A_1 As _dispWindowEvents_WindowClosingEventHandler)
Public Sub remove_WindowClosing (value As _dispWindowEvents_WindowClosingEventHandler)