ActiveReports 8
Layout Event (Viewer)

Syntax
'Declaration
 
Public Event Layout As System.Windows.Forms.LayoutEventHandler
public event System.Windows.Forms.LayoutEventHandler Layout
Event Data

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

PropertyDescription
AffectedComponentGets the System.ComponentModel.Component affected by the layout change.  
AffectedControlGets the child control affected by the change.  
AffectedPropertyGets the property affected by the change.  
See Also

Reference

Viewer Class
Viewer Members

Support Forum