C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / Layout Event

Layout Event (C1Ribbon)
Syntax
'Declaration
 
Public Event Layout As System.Windows.Forms.LayoutEventHandler
 
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