OnLCDSignButton

Definition

Delphi

 

ActiveX

HRESULT OnLCDSignButton(void);

 

Description

This event can be used to handle clicking on the "Sign Now" button on the device display (only for devices with colour displays).

C# Sample

OnLCDSignButton
axSignAPIv4.OnLCDSignButton += new EventHandler(axSignAPIv4_OnLCDSignButton);
...
void axSignAPIv4_OnLCDSignButton(object sender, EventArgs e)
 {
 // Start Sign
 buttonStart_Click(sender, e);
}