Click or drag to resize
UpdateStartingEventArgsCustomData Property
Gets custom data from the initiating controller.

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 string CustomData { get; }

Property Value

Type: String
Remarks
This data is copied from the CustomIpcData property of the initiating UpdateController.
See Also