ActiveReports 12
Layout Event (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : Layout Event
Occurs when a control should reposition its child controls.
Syntax
'Declaration
 
Public Event Layout As LayoutEventHandler
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
Gets the System.ComponentModel.Component affected by the layout change.  
Gets the child control affected by the change.  
Gets the property affected by the change.  
See Also