Share via


PosKeyboard.DataEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Raised by the service object to present input data from the device to the application.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Event DataEvent As DataEventHandler
public abstract event DataEventHandler DataEvent
public:
virtual event DataEventHandler^ DataEvent {
    void add (DataEventHandler^ value) abstract;
    void remove (DataEventHandler^ value) abstract;
}
/** @event */
public abstract void add_DataEvent (DataEventHandler value)

/** @event */
public abstract void remove_DataEvent (DataEventHandler value)

Remarks

The DataEventArgs.Status property is always zero. The logical key number is put in the PosKeyData property and the event type is put in the PosKeyEventType property, before the DataEvent event is delivered.

See Also

Reference

PosKeyboard Class
PosKeyboard Members
Microsoft.PointOfService Namespace
DataEventArgs Class
DataEventHandler Delegate