Closed marco-skizza closed 8 months ago
Hi
I have the following binding to my ViewModel for OnDetectionFinishedCommand:
OnDetectionFinishedCommand
<scanner:CameraView x:Name="MyCameraView" OnDetectionFinishedCommand="{Binding DetectionFinishedCommand}" AimMode="True" CaptureQuality="Highest" />
In the log I get the following warning
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: 'DetectionFinishedCommand' property not found on 'HML.Guide.App.Core.ViewModels.ScannerViewModel', target property: 'BarcodeScanning.CameraView.OnDetectionFinishedCommand'
Hi
I have the following binding to my ViewModel for
OnDetectionFinishedCommand
:In the log I get the following warning