Click or drag to resize
UpdateControlClickAction Enumeration
Defines the possible actions that take place when an update control is clicked.

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
public enum UpdateControlClickAction
Members
  Member nameValueDescription
Update0 The update process is started or an update is applied, depending on the current state of the linked update controller.
ShowDetailsForm1 The update details form is displayed.
None2 The Click event is raised and no other action takes place.
See Also