Show / Hide Table of Contents

Class BarcodeButtonClickedEventArgs

Event argument for the BarcodeButtonClicked event.

Inheritance
Object
BarcodeButtonClickedEventArgs
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class BarcodeButtonClickedEventArgs : EventArgs

Properties

| Improve this Doc View Source

FormElement

Gets the element that was clicked.

Declaration
public FieldFormElement FormElement { get; }
Property Value
Type Description
FieldFormElement
| Improve this Doc View Source

Handled

Gets or sets a value indicating whether the event handler has handled the event and the default action should be prevented.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX