Biometrics.DataEvent Event (POS for .NET v1.12 SDK Documentation)
2/27/2008
Notifies the application that input data is available.
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 properties BiometricsInformationRecord and RawSensorData are set to appropriate values before a DataEvent event being delivered to the application.
See Also
Reference
Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
Biometrics.DataEventEnabled Property
Biometrics.RawSensorData Property
Biometrics.BiometricsInformationRecord Property