[Missing <summary> documentation for "E:OPSSDK.OpsClient.ErrorOccurred"]

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public event EventHandler<ErrorInfo> ErrorOccurred
Visual Basic
Public Event ErrorOccurred As EventHandler(Of ErrorInfo)
Visual C++
public:
 event EventHandler<ErrorInfo^>^ ErrorOccurred {
	void add (EventHandler<ErrorInfo^>^ value);
	void remove (EventHandler<ErrorInfo^>^ value);
}

Value

Type: System..::..EventHandler<(Of <(<'ErrorInfo>)>)>

See Also