Version

BarcodeClientEvents Class Members

The following tables list the members exposed by BarcodeClientEvents.

Public Fields
 NameDescription
Public FieldDataChangedEvent which is raised when the data has changed.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to barcode widget.

Use ui.newData to obtain the new data.  
Public FieldErrorMessageDisplayingEvent which is raised when an error has happened.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to barcode widget.

Use ui.errorMessage to obtain the error message.  
See Also

View on GitHub