ICompletionSession.Committed Event
Raised after a completion session is committed.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Event Committed As EventHandler
event EventHandler Committed
event EventHandler^ Committed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Committed : IEvent<EventHandler,
EventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.