Occurs after the formatted text area has been laid out.
[Visual Basic]
Public Event LaidOut() As FormattedRecordAreaLaidOutEventHandler[C#]
public event FormattedRecordAreaLaidOutEventHandler LaidOut();The event handler receives an argument of type FormattedRecordAreaLaidOutEventArgs containing data related to this event. The following FormattedRecordAreaLaidOutEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| FormattedTextArea | Gets the FormattedTextArea element of the FormattedRecordArea's LaidOut event. |
| LayoutWriter | Gets the LayoutWriter argument of the FormattedRecordArea'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
FormattedRecordArea Class | FormattedRecordArea Members
© Copyright 2007, ceTe Software