Cell.Appearing Event
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.
Occurs when the visual representation of the Cell is being added to the visual layout.
public event EventHandler Appearing;
member this.Appearing : EventHandler
Event Type
System.EventHandler
Remarks
This method is raised before the cell is on screen.