Delegate DescriptionLookupEvent
Represents a method that will handle the CodeCompletionRepository.DescriptionLookup
event.
public delegate void DescriptionLookupEvent(object sender, DescriptionLookupEventArgs e)
Parameters
sender
objectThe source of the event.
e
DescriptionLookupEventArgsThe
DescriptionLookupEventArgs
that contains the event data.