LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Layout Event
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : Layout Event



Occurs when a control should reposition its child controls.

Syntax

Visual Basic (Declaration) 
<SRDescriptionAttribute("Occurs when the control is about to lay out its contents.")>
<SRCategoryAttribute("Layout")>
Public Event Layout As LayoutEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim handler As LayoutEventHandler
 
AddHandler instance.Layout, handler
C# 
[SRDescriptionAttribute("Occurs when the control is about to lay out its contents.")]
[SRCategoryAttribute("Layout")]
public event LayoutEventHandler Layout
C++/CLI 
[SRDescriptionAttribute("Occurs when the control is about to lay out its contents.")]
[SRCategoryAttribute("Layout")]
public:
event LayoutEventHandler^ Layout

Event Data

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

PropertyDescription
AffectedComponent Gets the System.ComponentModel.Component affected by the layout change.
AffectedControl Gets the child control affected by the change.
AffectedProperty Gets the property affected by the change.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features