FormFieldsAddedEventHandler Delegate

Represents the method that will handle the FormFieldsAdded event of the Form .

public delegate void FormFieldsAddedEventHandler(Object sender, FormEventArgs e)
Public Delegate Sub FormFieldsAddedEventHandler(sender As Object, e As FormEventArgs)

Parameters

sender
Object

Reference of type Object .

e
FormEventArgs

Reference of type FormEventArgs .

Inheritance: ObjectDelegateMulticastDelegateFormFieldsAddedEventHandler

Licensing Info

This delegate is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.Forms

In this topic