Click or drag to resize

VGCheckForOnlineStatus Delegate

Represents the method that handles a SecurityLoaded event.

Namespace:  Novalys.VisualGuard.Security.OfflineMode
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public delegate void VGCheckForOnlineStatus(
	Object sender,
	VGCheckForOnlineStatusArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.Security.OfflineModeVGCheckForOnlineStatusArgs

A VGSecurityLoadedEventArgs that contains the event data.

See Also