Method OnBeforeChildKeyDown
OnBeforeChildKeyDown(object?, KeyEventArgs)
Called before the KeyDown event of the child control is raised.
protected override void OnBeforeChildKeyDown(object? sender, KeyEventArgs e)
Parameters
senderobjectThe source of the event.
eKeyEventArgsAn KeyEventArgs that contains the event data.