Condividi tramite


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

'Dichiarazione
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

See Also

Reference

ICompletionSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace