CellConsumerInitEventArgs Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Identifies the initial argument structure for design time creation. These arguments are passed to the connected Web Part as part of the CellConsumerInit event to tell the connected Web Part what the name and display name of the cell is.
The CellConsumerInitEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CellConsumerInitEventArgs | Obsolete. Initializes an instance of the CellConsumerInitEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
FieldDisplayName | Obsolete. Gets or sets the display name of the cell. | |
FieldName | Obsolete. Gets or sets the name of the cell. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top