←Select platform

Logged Event

Summary

Occurs after a message is logged.

Syntax

C#
VB
C++
public event EventHandler<LogEventArgs> Logged 
  
Public Event Logged As EventHandler(Of LogEventArgs) 
public: 
event EventHandler<LogEventArgs^>^ Logged 

Event Data

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

PropertyDescription
LogEntry Gets the ILogEntry object.
Requirements

Target Platforms

See Also

Reference

Logger Class

Logger Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly