| Leadtools.Logging Namespace > Logger Class : Logged Event | 
public event EventHandler<LogEventArgs> Logged
'Declaration Public Event Logged As EventHandler(Of LogEventArgs)
'Usage Dim instance As Logger Dim handler As EventHandler(Of LogEventArgs) AddHandler instance.Logged, handler
public: event EventHandler<LogEventArgs^>^ Logged
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.
| Property | Description | 
|---|---|
| LogEntry | Gets the ILogEntry object. |