afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

OnDetectionFinishedEventArg ~ OnDetectedEventArg #55

Closed NorMoll closed 4 months ago

NorMoll commented 4 months ago

OnDetectionFinishedEventArg is duplicated in OnDetectedEventArg class

afriscic commented 4 months ago

As of 1.5.0 there are two events that can get triggered: public event EventHandler<OnDetectionFinishedEventArg> OnDetectionFinished; public event EventHandler<OnImageCapturedEventArg> OnImageCaptured;