IPopupIntellisensePresenter::PresentationSpanChanged Event

 

Occurs when the PresentationSpan property changes.

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

event EventHandler^ PresentationSpanChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

This is the way popup presenters signal that they should be moved.

Return to top
Show: