다음을 통해 공유


IWpfTextView.BackgroundBrushChanged 이벤트

Background가 설정될 경우 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Event BackgroundBrushChanged As EventHandler(Of BackgroundBrushChangedEventArgs)
event EventHandler<BackgroundBrushChangedEventArgs> BackgroundBrushChanged
event EventHandler<BackgroundBrushChangedEventArgs^>^ BackgroundBrushChanged {
    void add (EventHandler<BackgroundBrushChangedEventArgs^>^ value);
    void remove (EventHandler<BackgroundBrushChangedEventArgs^>^ value);
}
abstract BackgroundBrushChanged : IEvent<EventHandler<BackgroundBrushChangedEventArgs>,
    BackgroundBrushChangedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

IWpfTextView 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스