Note: This API is now obsolete.
Notifies the application that an error has been detected and a suitable response is necessary to process the error condition.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax[ObsoleteAttribute]
public event UHFOnErrorOccurredEventHandler OnErrorOccurred
<ObsoleteAttribute>
Public Event OnErrorOccurred As UHFOnErrorOccurredEventHandler
public:
[ObsoleteAttribute]
event UHFOnErrorOccurredEventHandler^ OnErrorOccurred {
void add (UHFOnErrorOccurredEventHandler^ value);
void remove (UHFOnErrorOccurredEventHandler^ value);
}
Value
Type:
com.gigatmsUHFOnErrorOccurredEventHandler
See Also