Click or drag to resize

UHFOnErrorEventHandler Delegate

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public delegate void OnErrorEventHandler(
	Object sender,
	ErrorEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: com.gigatmsErrorEventArgs
See Also