Click or drag to resize

VGLogWritingEventHandler Delegate

Represents the method that handles a LogWriting event.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public delegate void VGLogWritingEventHandler(
	Object sender,
	VGLogWritingEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.SecurityVGLogWritingEventArgs

A VGLogWritingEventArgs that contains the event data.

See Also