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