Click or drag to resize

IEasyScriptEventListener Interface

This interface defines a listener interested in signature events generated by the EasyScript library.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public interface IEasyScriptEventListener

The IEasyScriptEventListener type exposes the following members.

Methods
  NameDescription
Public methodCancel
This event indiciates that a signature has been cancelled.
Public methodCardSwipe
This event indiciates that a magnetic card was swiped and parsed.
Public methodEndOfSignature
This event indiciates that a signature has been completed successfully.
Public methodNewStroke
This event indicates that a new stroke has begun.
Public methodReceiveCoordinate
This event receives a parsed coordinate from the signature stream.
Public methodSignatureMetaData
This event indiciates that signature metadata has been successfully received.
Top
See Also