UpdateStartingEventArgs Class |
Namespace: Kjs.AppLife.Update.Controller
The UpdateStartingEventArgs 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 | |
---|---|---|
![]() | CustomData |
Gets custom data from the initiating controller.
|
![]() | InitiatingApplicationPath |
Gets the path of the application that initiated the update.
|
![]() | IsInitiatingController |
Gets a value indicating whether the event was raised from the UpdateController
that is initiating the update.
|
![]() | Response |
Gets or sets this controller's response to the update.
|