ComponentOne FlexReport for WinForms
Layout Event (HtmlOptionsForm)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > HtmlOptionsForm Class : Layout Event
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
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