Evento IProjectionBuffer.SourceBuffersChanged
Generato quando i buffer di origine vengono aggiunti o eliminati in base all'aggiunta o eliminazione di intervalli di origine. L'evento viene generato prima di SourceSpansChanged l'evento viene generato.
Spazio dei nomi: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Sintassi
'Dichiarazione
Event SourceBuffersChanged As EventHandler(Of ProjectionSourceBuffersChangedEventArgs)
event EventHandler<ProjectionSourceBuffersChangedEventArgs> SourceBuffersChanged
event EventHandler<ProjectionSourceBuffersChangedEventArgs^>^ SourceBuffersChanged {
void add (EventHandler<ProjectionSourceBuffersChangedEventArgs^>^ value);
void remove (EventHandler<ProjectionSourceBuffersChangedEventArgs^>^ value);
}
abstract SourceBuffersChanged : IEvent<EventHandler<ProjectionSourceBuffersChangedEventArgs>,
ProjectionSourceBuffersChangedEventArgs>
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.