Click or drag to resize

VGSecurityManagerSecurityError Event

Occurs when Visual Guard loads security actions and a type are unknown or when Visual Guard sets the security of an object and an exception occurs.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static event VGSecurityErrorEventHandler SecurityError

Value

Type: Novalys.VisualGuard.SecurityVGSecurityErrorEventHandler
Remarks
The event handler receives an argument of type VGSecurityErrorEventArgs containing data related to this event. The SecurityError event allows a user to determine whether or not the operation should continue after the error occurs.
See Also