Notifies the application that an error has been detected and a suitable response is necessary to process the error condition.
Namespace: com.gigatmsAssembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
public event UHFOnErrorOccurredEventHandler OnErrorOccurred
Public Event OnErrorOccurred As UHFOnErrorOccurredEventHandler
public:
event UHFOnErrorOccurredEventHandler^ OnErrorOccurred {
void add (UHFOnErrorOccurredEventHandler^ value);
void remove (UHFOnErrorOccurredEventHandler^ value);
}
/** @event */
public void add_OnErrorOccurred (UHFOnErrorOccurredEventHandler value)
/** @event */
public void remove_OnErrorOccurred (UHFOnErrorOccurredEventHandler value)
JScript does not support events.
Value
Type:
com.gigatmsUHFOnErrorOccurredEventHandler
Reference