CellReadyEventArgs members
NOTE: This API is now obsolete.
Provides the current cell value from a Web Part that implements the ICellProvider interface when the CellReady event occurs.
The CellReadyEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CellReadyEventArgs | Obsolete. Initializes an instance of the CellReadyEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Cell | Obsolete. Gets or sets the cell's data when the CellReady event of the ICellProvider interface occurs. |
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