IPeekResult::Disposed Event

Visual Studio 2015
 

Occurs when an IPeekResult is disposed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

event EventHandler^ Disposed {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: