UpdateControlClickAction Enumeration |
Defines the possible actions that take place when an update control is clicked.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic enum UpdateControlClickAction
Public Enumeration UpdateControlClickAction
public enum class UpdateControlClickAction
type UpdateControlClickAction
Members
| Member name | Value | Description |
---|
| Update | 0 |
The update process is started or an update is applied, depending on the current state
of the linked update controller.
|
| ShowDetailsForm | 1 |
The update details form is displayed.
|
| None | 2 |
The Click event is raised and no other action takes place.
|
See Also