Click or drag to resize

VGLogWritingEventArgs Class

Provides data for the LogWriting event.

Inheritance Hierarchy

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public sealed class VGLogWritingEventArgs : CancelEventArgs

The VGLogWritingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodVGLogWritingEventArgs
Creates a new instance of VGLogWritingEventArgs class.
Top
Properties
  NameDescription
Public propertyCancel (Inherited from CancelEventArgs.)
Public propertyEntry

Gets the VGLogEntry representing the log entry to write in repository.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also