See Also

Label Class  | Label Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

Show All

Occurs after the label has been laid out.

[Visual Basic]
Public Event LaidOut() As LabelLaidOutEventHandler
[C#]
public event LabelLaidOutEventHandler LaidOut();

Event Data

The event handler receives an argument of type LabelLaidOutEventArgs containing data related to this event. The following LabelLaidOutEventArgs properties provide information specific to this event.

PropertyDescription
Label Gets the Label element of the Label's LaidOut event.
LayoutWriter Gets the LayoutWriter argument of the Label's LaidOut Event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Label Class  | Label Members

 

 


© Copyright 2007, ceTe Software