OPC Labs EasyOPC “Classic” Library
EasyAENotificationEventArgs Object Members
Overview 
OpcLabs_EasyOpcClassic ActiveX DLL : EasyAENotificationEventArgs Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Creates a new object that is a memberwise copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see MemberwiseClone in .NET Reference.

Returns a long string representation of the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToLongString in .NET Reference.

Public Properties
Indicates to the application that the Acknowledged state of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see AcknowledgedChanged in .NET Reference.

Indicates to the application that the Active state of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see ActiveChanged in .NET Reference.

Holds arguments that were used to subscribe to events in an OPC-A&E server.

 

DISPID (Dispatch ID):

 

For more information, see Arguments in .NET Reference.

Indicates to the application that one or more attributes of the condition have changed.

 

DISPID (Dispatch ID):

 

For more information, see AttributeChanged in .NET Reference.

Indicates to the client which properties of the condition have changed, to have caused the server to send the event notification.

 

DISPID (Dispatch ID):

 

For more information, see ChangeMask in .NET Reference.

Diagnostics information (such as warnings) assembled during the operation.

 

DISPID (Dispatch ID):

 

For more information, see Diagnostics in .NET Reference.

Count of diagnostic information elements assembled during the operation.

 

DISPID (Dispatch ID):

 

For more information, see DiagnosticsCount in .NET Reference.

Textual summary of diagnostics information, one message per line.

 

DISPID (Dispatch ID):

 

For more information, see DiagnosticsSummary in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Indicates to the application that the Enabled state of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see EnabledChanged in .NET Reference.

Gets or sets the error ID of the error.

 

DISPID (Dispatch ID):

 

For more information, see ErrorId in .NET Reference.

Gets or sets a message that describes the current exception.

 

DISPID (Dispatch ID):

 

For more information, see ErrorMessage in .NET Reference.

The first line of the error message.

 

DISPID (Dispatch ID):

 

For more information, see ErrorMessageBrief in .NET Reference.

Event notification information.

 

DISPID (Dispatch ID):

 

For more information, see EventData in .NET Reference.

Gets the current exception. Contains null reference when no exception.

 

DISPID (Dispatch ID):

 

For more information, see Exception in .NET Reference.

Indicates to the application that the Message of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see MessageChanged in .NET Reference.

A normalized Diagnostics collection.

 

DISPID (Dispatch ID):

 

For more information, see NormalizedDiagnostics in .NET Reference.

A normalized Exception object, or null if there was no error.

 

DISPID (Dispatch ID):

 

For more information, see NormalizedException in .NET Reference.

Indicates to the application that the Quality of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see QualityChanged in .NET Reference.

Denotes whether this notification was triggered by subscription refresh.

 

DISPID (Dispatch ID):

 

For more information, see Refresh in .NET Reference.

When True, this notification denotes that the subscription refresh is complete.

 

DISPID (Dispatch ID):

 

For more information, see RefreshComplete in .NET Reference.

Indicates to the application that the Severity of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see SeverityChanged in .NET Reference.

Indicates to the application that the subcondition (SubconditionName) of the condition has changed.

 

DISPID (Dispatch ID):

 

For more information, see SubconditionChanged in .NET Reference.

Gets indication whether the operation has succeeded.

 

DISPID (Dispatch ID):

 

For more information, see Succeeded in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

EasyAENotificationEventArgs Object