Class BarcodeButtonClickedEventArgs
Event argument for the BarcodeButtonClicked event.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class BarcodeButtonClickedEventArgs : EventArgs
Properties
Name | Description |
---|---|
FormElement | Gets the element that was clicked. |
Handled | Gets or sets a value indicating whether the event handler has handled the event and the default action should be prevented. |