PinPadEntryCompleteEventHandler Delegate

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.PinPadEntryCompleteEventHandler interface is the pinPad device entry complete event handler.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Delegate Sub PinPadEntryCompleteEventHandler ( _
    sender As Object, _
    eventArgs As IPinPadInfo _
)
'Usage
Dim instance As New PinPadEntryCompleteEventHandler(AddressOf HandlerMethod)
public delegate void PinPadEntryCompleteEventHandler(
    Object sender,
    IPinPadInfo eventArgs
)
public delegate void PinPadEntryCompleteEventHandler(
    Object^ sender, 
    IPinPadInfo^ eventArgs
)

Parameters

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace