[]
        
(Showing Draft Content)

C1.Win.Layout.ItemContainerActionEventArgs

ItemContainerActionEventArgs Class

Represents the class that contain ItemContainerAction event data.

Inheritance
ItemContainerActionEventArgs
Namespace: C1.Win.Layout
Assembly: C1.Win.DashboardLayout.4.8.dll
Syntax
public class ItemContainerActionEventArgs : EventArgs
Public Class ItemContainerActionEventArgs
    Inherits EventArgs

Constructors

Name Description
ItemContainerActionEventArgs()

Properties

Name Description
Action

The value that informs whether the ItemContainer was maximized, restored, hidden or shown.

DashboardItem

The DashboardItem instance that raises the action.