Allows to check if the version of the repository permissions is compatible with the version of the application.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public event VGCheckVersionEventHandler CheckVersion
Visual Basic
Public Event CheckVersion As VGCheckVersionEventHandler

Value

Type: Novalys.VisualGuard.Security..::..VGCheckVersionEventHandler

Remarks

Occurs after the authentication and before loading permissions.

See Also