FieldList Property
The FieldList property of the RowProviderInitEventArgs class gets or sets the field names passed to the event handler for the RowProviderInit event.
Property Value
An array of type string containing the field names in the provided row of data. These field names are displayed in the user interface if the
Visit FieldDisplayList
is not given.
Example
The following code example shows an overridden PartCommunicationInit method that creates a RowProviderInitEventArgs object, sets field names and display names, and then fires the RowProviderInit event. This code example is part of a larger example provided for the IRowProvider interface.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security