다음을 통해 공유


BarcodeScannerProviderConnection.GetBarcodeSymbologyAttributesRequested 이벤트

정의

클라이언트 앱이 바코드 기호의 특성을 얻으려고 할 때 발생합니다.

// Register
event_token GetBarcodeSymbologyAttributesRequested(TypedEventHandler<BarcodeScannerProviderConnection, BarcodeScannerGetSymbologyAttributesRequestEventArgs const&> const& handler) const;

// Revoke with event_token
void GetBarcodeSymbologyAttributesRequested(event_token const* cookie) const;

// Revoke with event_revoker
BarcodeScannerProviderConnection::GetBarcodeSymbologyAttributesRequested_revoker GetBarcodeSymbologyAttributesRequested(auto_revoke_t, TypedEventHandler<BarcodeScannerProviderConnection, BarcodeScannerGetSymbologyAttributesRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<BarcodeScannerProviderConnection,BarcodeScannerGetSymbologyAttributesRequestEventArgs> GetBarcodeSymbologyAttributesRequested;
function onGetBarcodeSymbologyAttributesRequested(eventArgs) { /* Your code */ }
barcodeScannerProviderConnection.addEventListener("getbarcodesymbologyattributesrequested", onGetBarcodeSymbologyAttributesRequested);
barcodeScannerProviderConnection.removeEventListener("getbarcodesymbologyattributesrequested", onGetBarcodeSymbologyAttributesRequested);
- or -
barcodeScannerProviderConnection.ongetbarcodesymbologyattributesrequested = onGetBarcodeSymbologyAttributesRequested;
Public Custom Event GetBarcodeSymbologyAttributesRequested As TypedEventHandler(Of BarcodeScannerProviderConnection, BarcodeScannerGetSymbologyAttributesRequestEventArgs) 

이벤트 유형

적용 대상