Visual Basic (Declaration) | |
---|---|
Public Event EventLog() As EventHandler(Of EventLogEntry) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<EventLogEntry> EventLog() |
C++/CLI | |
---|---|
public: event EventHandler<EventLogEntry>^ EventLog(); |
For an example, refer to Leadtools.Jpip.Server.JpipServer.
This event allows you to get notifications when an event log is written.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family