Evento IWpfTextView.BackgroundBrushChanged
si verifica quando Background è impostato su.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
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 non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.