Evento ISpaceReservationManager.AgentChanged
Si verifica quando l'agente è stato modificato.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Event AgentChanged As EventHandler(Of SpaceReservationAgentChangedEventArgs)
event EventHandler<SpaceReservationAgentChangedEventArgs> AgentChanged
event EventHandler<SpaceReservationAgentChangedEventArgs^>^ AgentChanged {
void add (EventHandler<SpaceReservationAgentChangedEventArgs^>^ value);
void remove (EventHandler<SpaceReservationAgentChangedEventArgs^>^ value);
}
abstract AgentChanged : IEvent<EventHandler<SpaceReservationAgentChangedEventArgs>,
SpaceReservationAgentChangedEventArgs>
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.