'Declaration Protected Overridable Sub OnPreviewKeyDown( _
ByVal eThe System.Windows.Forms.PreviewKeyDownEventArgs instance containing the event data.As System.Windows.Forms.PreviewKeyDownEventArgs _
)
protected virtual void OnPreviewKeyDown(
System.Windows.Forms.PreviewKeyDownEventArgs e
)
protected: virtual void OnPreviewKeyDown(
System.Windows.Forms.PreviewKeyDownEventArgs* e
)
protected:
virtual void OnPreviewKeyDown(
System.Windows.Forms.PreviewKeyDownEventArgs^ e
)
Parameters
- e
- The System.Windows.Forms.PreviewKeyDownEventArgs instance containing the event data.