Share via


SignatureCaptureBasic.StatusUpdateEvent Event

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

Usage

'Usage
WithEvents signatureCaptureBasic1 As SignatureCaptureBasic
Function signatureCaptureBasic1_StatusUpdateEvent(sender As Object, _
    e As StatusUpdateEventArgs) As Void
    Handles signatureCaptureBasic1.StatusUpdateEvent
End Function

Syntax

'Declaration
Public Shadows Overridable Event StatusUpdateEvent As StatusUpdateEventHandler
public new virtual event StatusUpdateEventHandler StatusUpdateEvent;
public: event StatusUpdateEventHandler^ StatusUpdateEvent;
public  void add_StatusUpdateEvent(StatusUpdateEventHandler handler);
public  void remove_StatusUpdateEvent(StatusUpdateEventHandler 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