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)

Syntax

'Declaration
Event PopupStylesChanged As EventHandler(Of ValueChangedEventArgs(Of PopupStyles))
event EventHandler<ValueChangedEventArgs<PopupStyles>> PopupStylesChanged
 event EventHandler<ValueChangedEventArgs<PopupStyles>^>^ PopupStylesChanged {
    void add (EventHandler<ValueChangedEventArgs<PopupStyles>^>^ value);
    void remove (EventHandler<ValueChangedEventArgs<PopupStyles>^>^ value);
}
abstract PopupStylesChanged : IEvent<EventHandler<ValueChangedEventArgs<PopupStyles>>,
    ValueChangedEventArgs<PopupStyles>>
JScript does not support events.

.NET Framework Security

See Also

Reference

IPopupIntellisensePresenter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace