Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Logging Namespace > Logger Class : Logging Event |
public event EventHandler<LogEventArgs> Logging
'Declaration Public Event Logging As EventHandler(Of LogEventArgs)
'Usage Dim instance As Logger Dim handler As EventHandler(Of LogEventArgs) AddHandler instance.Logging, handler
public: event EventHandler<LogEventArgs^>^ Logging
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. |