Click or drag to resize
UpdateDisplayOnPaint Method
Raises the Paint 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 OnPaint(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data.
See Also