Click or drag to resize
UpdateDisplayOnLostFocus Method
Raises the LostFocus event.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
protected override void OnLostFocus(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data.
See Also