IColorizeBackground Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is implemented by Elements that needs to update their cells Background properties just before they are displayed to the user. This is an iOS 3 requirement to properly render a cell.
public interface IColorizeBackground
type IColorizeBackground = interface
- Derived
Methods
WillDisplay(UITableView, UITableViewCell, NSIndexPath) |