Share via


SignatureCaptureBasic.ErrorEvent Event

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

Usage

'Usage
WithEvents signatureCaptureBasic1 As SignatureCaptureBasic
Function signatureCaptureBasic1_ErrorEvent(sender As Object, _
    e As DeviceErrorEventArgs) As Void
    Handles signatureCaptureBasic1.ErrorEvent
End Function

Syntax

'Declaration
Public Shadows Overridable Event ErrorEvent As DeviceErrorEventHandler
public new virtual event DeviceErrorEventHandler ErrorEvent;
public: event DeviceErrorEventHandler^ ErrorEvent;
public  void add_ErrorEvent(DeviceErrorEventHandler handler);
public  void remove_ErrorEvent(DeviceErrorEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SignatureCaptureBasic Class
SignatureCaptureBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace