UpdateStartingEventArgsIsInitiatingController Property |
Gets a value indicating whether the event was raised from the
UpdateController
that is initiating the update.
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 bool IsInitiatingController { get; }
Public ReadOnly Property IsInitiatingController As Boolean
Get
public:
property bool IsInitiatingController {
bool get ();
}
member IsInitiatingController : bool with get
Property Value
Type:
Boolean
See Also