Table of Contents

Delegate AutoUpdater.CheckForUpdateEventHandler

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

A delegate type for hooking up update notifications.

public delegate void AutoUpdater.CheckForUpdateEventHandler(UpdateInfoEventArgs args)

Parameters

args UpdateInfoEventArgs

An object containing all the parameters received from AppCast XML file. If there will be an error while looking for the XML file then this object will be null.

Extension Methods