Occurs after the place holder has been laid out.
[Visual Basic]
Public Event LaidOut() As PlaceHolderLaidOutEventHandler[C#]
public event PlaceHolderLaidOutEventHandler LaidOut();The event handler receives an argument of type PlaceHolderLaidOutEventArgs containing data related to this event. The following PlaceHolderLaidOutEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ContentArea | Gets the ContentArea argument of the PlaceHolder's LaidOut event. |
| LayoutWriter | Gets the LayoutWriter argument of the PlaceHolder's LaidOut Event. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PlaceHolder Class | PlaceHolder Members
© Copyright 2007, ceTe Software