IPeekResultPresentation::RecreateContent Event

Visual Studio 2015
 

Raised when the content of the presentation needs to be recreated.

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

event EventHandler<RecreateContentEventArgs^>^ RecreateContent {
	void add(EventHandler<RecreateContentEventArgs^>^ value);
	void remove(EventHandler<RecreateContentEventArgs^>^ value);
}
Return to top
Show: