EventLog Event

Summary

Occurs when an event log is generated.

Syntax
C#
VB
C++
public event EventHandler<EventLogEntry> EventLog 
  
Public Shared Event EventLog As EventHandler(Of EventLogEntry) 
public: 
static event EventHandler<EventLogEntry^>^ EventLog 

Event Data

The event handler receives an argument of type EventLogEntry containing data related to this event. The following EventLogEntry properties provide information specific to this event.

PropertyDescription
ChannelID Gets the client channel ID.
ClientIPAddress Gets the IP address of the client.
ClientPort Gets the port number of the client.
DateTime Gets the date and time of the event log.
Description Gets a textual description of the event log.
ServerIPAddress Gets the server IP address.
ServerName Gets the name of the server.
ServerPort Gets the port number of the server.
Type Gets the type of the event.

Remarks

This event allows you to get notifications when an event log is written.

Example

For an example, refer to Leadtools.Jpip.Server.JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly