Click or drag to resize
UpdateNotifyIconDisplayOnClick Method
Raises the Click 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 virtual void OnClick(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also