CheckForUpdateCompletedEventHandler Delegate |
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 delegate void CheckForUpdateCompletedEventHandler(
Object sender,
CheckForUpdateCompletedEventArgs e
)
Public Delegate Sub CheckForUpdateCompletedEventHandler (
sender As Object,
e As CheckForUpdateCompletedEventArgs
)
public delegate void CheckForUpdateCompletedEventHandler(
Object^ sender,
CheckForUpdateCompletedEventArgs^ e
)
type CheckForUpdateCompletedEventHandler =
delegate of
sender : Object *
e : CheckForUpdateCompletedEventArgs -> unit
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: Kjs.AppLife.Update.ControllerCheckForUpdateCompletedEventArgs
A CheckForUpdateCompletedEventArgs that contains the event data.
See Also