DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / ItemContainerAction Event

In This Topic
    ItemContainerAction Event (C1DashboardLayout)
    In This Topic
    Occurs when the ItemContainer is maximized, restored, hidden or shown.
    Syntax
    'Declaration
     
    
    Public Event ItemContainerAction As ItemContainerActionEventHandler
    public event ItemContainerActionEventHandler ItemContainerAction
    Event Data

    The event handler receives an argument of type ItemContainerActionEventArgs containing data related to this event. The following ItemContainerActionEventArgs properties provide information specific to this event.

    PropertyDescription
    The value that informs whether the ItemContainer was maximized, restored, hidden or shown.  
    The DashboardItem instance that raises the action.  
    See Also