EasyUA Reference
TraceEventHandler Event
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Tracing Class : TraceEventHandler Event

Glossary Item Box

Occurs when a trace call is made.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Tracing
Dim handler As EventHandler(Of TraceEventArgs)
 
AddHandler instance.TraceEventHandler, handler
C# 
public event EventHandler<TraceEventArgs> TraceEventHandler

Event Data

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.

PropertyDescription
Arguments Gets the arguments.
Exception Gets the exception.
Format Gets the format.
Message Gets the message.
TraceMask Gets the trace mask.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.