IPopupIntellisensePresenter::PopupStylesChanged Event

 

Occurs when the PopupStyles property changes.

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

event EventHandler<ValueChangedEventArgs<PopupStyles>^>^ PopupStylesChanged {
	void add(EventHandler<ValueChangedEventArgs<PopupStyles>^>^ value);
	void remove(EventHandler<ValueChangedEventArgs<PopupStyles>^>^ value);
}
Return to top
Show: