संपादित करें

इसके माध्यम से साझा किया गया


WebBrowserBase.OnLostFocus(EventArgs) Method

Definition

Raises the LostFocus event.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 override void OnLostFocus(EventArgs ^ e);
protected override void OnLostFocus (EventArgs e);
override this.OnLostFocus : EventArgs -> unit
Protected Overrides Sub OnLostFocus (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to