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