DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ItemContainerActionEventArgs Class / Action Property

In This Topic
    Action Property (ItemContainerActionEventArgs)
    In This Topic
    The value that informs whether the ItemContainer was maximized, restored, hidden or shown.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Action As ItemContainerActions
    public ItemContainerActions Action {get;}
    See Also