Show / Hide Table of Contents

Delegate UpdateCheckCompletedEventHandler

Invoked when an update check has been completed.

Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public delegate void UpdateCheckCompletedEventHandler(object sender, UpdateCheckCompletedEventHandlerArgs args);
Parameters
Type Name Description
System.Object sender

The sender

UpdateCheckCompletedEventHandlerArgs args

The UpdateCheckCompletedEventHandlerArgs.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX