다음을 통해 공유


IPopupIntellisensePresenter.PopupStylesChanged 이벤트

PopupStyles 속성이 변경될 경우 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
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에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

IPopupIntellisensePresenter 인터페이스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스