Delegate AutoUpdater.CheckForUpdateEventHandler
A delegate type for hooking up update notifications.
public delegate void AutoUpdater.CheckForUpdateEventHandler(UpdateInfoEventArgs args)
Parameters
args
UpdateInfoEventArgsAn 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