FieldList Property
The FieldList property of the FilterConsumerInitEventArgs class gets or sets the list of field names passed to the event handler for the FillterConsumerInit event.
Property Value
An array of type string containing the field names for the provided filter. These field names are displayed in the user interface if the FieldDisplayList is not given.
Example
The following code example shows an overridden PartCommunicationInit method that creates a FilterConsumerInitEventArgs data structure to contain the FieldName and FieldDisplayName property values, sets the property values, and then fires the FilterConsumerInit event. This code example is part of a larger example provided for the IFilterConsumer interface.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security