ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / Layout Event

In This Topic
    Layout Event (C1StatusBar)
    In This Topic
    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