Evento IIntellisenseSession.Recalculated
Ocorre quando a sessão é recalculada.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)
Sintaxe
'Declaração
Event Recalculated As EventHandler
event EventHandler Recalculated
event EventHandler^ Recalculated {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Recalculated : IEvent<EventHandler,
EventArgs>
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.