[Missing <summary> documentation for "E:OPSSDK.OpsClient.ErrorOccurred"]
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); } |