ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / Layout Event

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