uaPLUS Reference
TraceEventHandler Event
See Also  Send Feedback
Opc.Ua Namespace > Tracing Class : TraceEventHandler Event

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Event TraceEventHandler As EventHandler(Of TraceEventArgs)
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  
Exception  
Format  
Message  
TraceMask  

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.