Evento IWpfTextView.BackgroundBrushChanged
Ocorre quando o Background está definida.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.