[]
Represents the class that contain ItemContainerAction event data.
public class ItemContainerActionEventArgs : EventArgs
| Name | Description |
|---|---|
| ItemContainerActionEventArgs() |
| Name | Description |
|---|---|
| Action | The value that informs whether the ItemContainer was maximized, restored, hidden or shown. |
| DashboardItem | The DashboardItem instance that raises the action. |