Visual Basic (Declaration) | |
---|---|
Public Event TraceEventHandler As EventHandler(Of TraceEventArgs) |
C# | |
---|---|
public event EventHandler<TraceEventArgs> TraceEventHandler |
The event handler receives an argument of type TraceEventArgs containing data related to this event. The following TraceEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Arguments | |
Exception | |
Format | |
Message | |
TraceMask |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family