Occurs when the fields are added to the Document's Form.
[Visual Basic]
Public Event FormFieldsAdded() As FormFieldsAddedEventHandler[C#]
public event FormFieldsAddedEventHandler FormFieldsAdded();The event handler receives an argument of type FormEventArgs containing data related to this event. The following FormEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Form | Gets the Form containing the fields added to the Document. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© Copyright 2007, ceTe Software