UpdateDialogShowingEventArgs Class |
Namespace: Kjs.AppLife.Update.Controller
The UpdateDialogShowingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AvailableUpdates |
Gets a collection containing an UpdateInformation for each update that
is available to be applied to the application.
|
![]() | CurrentUpdate |
Gets the update that has been selected as the current update available for download.
This property may be .
|
![]() | DialogSummaryHtml |
Gets or sets the summary HTML to be displayed in the dialog.
|
![]() | DialogSummaryText |
Gets or sets the summary text to be displayed in the dialog.
|
![]() | NoUpdateDisplayHtml |
Gets HTML from the update server to display if no update is available.
|
![]() | NoUpdateDisplayText |
Gets text from the update server to display if no update is available.
|