Share via


SignatureCaptureBasic.StateChangedEvent Event

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

Usage

'Usage
WithEvents signatureCaptureBasic1 As SignatureCaptureBasic
Function signatureCaptureBasic1_StateChangedEvent(sender As Object, _
    e As EventArgs) As Void
    Handles signatureCaptureBasic1.StateChangedEvent
End Function

Syntax

'Declaration
Protected Event StateChangedEvent As SignatureCaptureBasic.StateChangedEventHandler
protected event SignatureCaptureBasic.StateChangedEventHandler StateChangedEvent;
protected: event SignatureCaptureBasic.StateChangedEventHandler^ StateChangedEvent;
protected  void add_StateChangedEvent(SignatureCaptureBasic.StateChangedEventHandler handler);
protected  void remove_StateChangedEvent(SignatureCaptureBasic.StateChangedEventHandler 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