'Declaration Protected Overridable Sub OnBarcodeRecognized( _
ByVal eThe BarcodeRecognizedEventArgs instance containing the event data.As BarcodeRecognizedEventArgs _
)
protected virtual void OnBarcodeRecognized(
BarcodeRecognizedEventArgs e
)
protected: virtual void OnBarcodeRecognized(
BarcodeRecognizedEventArgs* e
)
protected:
virtual void OnBarcodeRecognized(
BarcodeRecognizedEventArgs^ e
)
Parameters
- e
- The BarcodeRecognizedEventArgs instance containing the event data.