Namespace: com.gigatmsAssembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
public delegate void OnTagPresentedExEventHandler(
Object sender,
DecodedTagData tagDecodeInformation
)
Public Delegate Sub OnTagPresentedExEventHandler (
sender As Object,
tagDecodeInformation As DecodedTagData
)
public delegate void OnTagPresentedExEventHandler(
Object^ sender,
DecodedTagData^ tagDecodeInformation
)
/** @delegate */
public delegate void OnTagPresentedExEventHandler(
Object sender,
DecodedTagData tagDecodeInformation
)
JScript does not support delegates.
Parameters
- sender
- Type: SystemObject
- tagDecodeInformation
- Type: com.gigatms.parametersDecodedTagData
Reference