_dispDocumentEvents_Event.remove_DocumentClosing 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_DocumentClosing(EnvDTE::_dispDocumentEvents_DocumentClosingEventHandler ^ A_1);
public:
void remove_DocumentClosing(EnvDTE::_dispDocumentEvents_DocumentClosingEventHandler ^ value);
public void remove_DocumentClosing (EnvDTE._dispDocumentEvents_DocumentClosingEventHandler A_1);
public void remove_DocumentClosing (EnvDTE._dispDocumentEvents_DocumentClosingEventHandler value);
abstract member remove_DocumentClosing : EnvDTE._dispDocumentEvents_DocumentClosingEventHandler -> unit
Public Sub remove_DocumentClosing (A_1 As _dispDocumentEvents_DocumentClosingEventHandler)
Public Sub remove_DocumentClosing (value As _dispDocumentEvents_DocumentClosingEventHandler)