The CreateFieldEventArgs type exposes the following members.

Constructors

  Name Description
Public method CreateFieldEventArgs
Inializes a new instance of the CreateFieldEventArgs class.

Fields

  Name Description
Public field ClientBounds
Rectangle where the new field should be created, in client coordinates (pixels).
Public field CreateFieldInfo
Object set by the caller with additional information about the new field (same as CreateFieldInfo property).
Public field FieldBounds
Rectangle where the new field should be created, in report coordinates (twips).
Public field Section
Section where the new field should be created.

See Also