Delegate KeyPreviewEvent
Represents a method that will handle the ICodeCompletionWindow.KeyPreview
event.
public delegate void KeyPreviewEvent(object sender, KeyPreviewEventArgs e)
Parameters
sender
objectThe source of the event.
e
KeyPreviewEventArgsA
KeyPreviewEventArgs
that contains the event data.