The SignatureFieldEventArgs class provides data for all events that occur with signature fields. These are the TextControl.SignatureFieldCreated, TextControl.SignatureFieldDeleted, TextControl.SignatureFieldClicked, TextControl.SignatureFieldSelected and TextControl.SignatureFieldDeselected events.

Syntax

public class SignatureFieldEventArgs: EventArgs
Public Class SignatureFieldEventArgs
  Inherits EventArgs

Introduced: 31.0.

Properties

Property Description
SignatureField Gets an object that represents the image which causes the event.