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
'宣言
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.