FieldDisplayList Property
The FieldDisplayList property of the RowProviderInitEventArgs class gets or sets the optional list of field display names passed to the event handler for the RowProviderInit event.
Property Value
An array of type string containing the optional field display names in the provided row of data.
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: Windows Server 2003
Security: Code Access Security