Show / Hide Table of Contents

Event BarcodeButtonClicked

Raised when the Barcode Icon in a barcode element is clicked.

Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public event EventHandler<BarcodeButtonClickedEventArgs>? BarcodeButtonClicked
Returns
Type Description
EventHandler<BarcodeButtonClickedEventArgs> Raised when the Barcode Icon in a barcode element is clicked.
Remarks

Set the Handled property to true to prevent any default code and perform your own logic.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX