
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class EventLogEntry Inherits System.EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EventLogEntry | |
| C# | |
|---|---|
public sealed class EventLogEntry : System.EventArgs | |
| C++/CLI | |
|---|---|
public ref class EventLogEntry sealed : public System.EventArgs | |
For an example, refer to Leadtools.Jpip.Server.JpipServer.
System.Object
System.EventArgs
Leadtools.Jpip.Logging.EventLogEntry
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code