Visual Guard Class Library Documentation

VGLogWritingEventHandler Delegate

Represents the method that handles a LogWriting event.

public delegate void VGLogWritingEventHandler(
   Object sender,
   VGLogWritinEventArgs e
);

Parameters

sender

The source of the event.

e

A VGLogWritinEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace