CompletionSet::SelectionStatusChanged Event

 

Raised when the selection status has changed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
event EventHandler<ValueChangedEventArgs<CompletionSelectionStatus^>^>^ SelectionStatusChanged {
	void add(EventHandler<ValueChangedEventArgs<CompletionSelectionStatus^>^>^ value);
	void remove(EventHandler<ValueChangedEventArgs<CompletionSelectionStatus^>^>^ value);
}
Return to top
Show: