OPCAE.NET Reference Manual
StatusInfo Event
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : StatusInfo Event

Glossary Item Box

Status/Error info events. The user can install event handler that handles error and info events. The control status bar may set unvisible in such a case.

Syntax

Visual Basic (Declaration) 
Public Event StatusInfo As EventView.StatusInfoEventHandler
C# 
public event EventView.StatusInfoEventHandler StatusInfo

Event Data

The event handler receives an argument of type StatusInfoEventArgs containing data related to this event. The following StatusInfoEventArgs properties provide information specific to this event.

PropertyDescription
AlarmText Info/error message text.
HResult HRESULT error code.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.