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