'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.
Property | Description |
---|---|
Action | The value that informs whether the ItemContainer was maximized, restored, hidden or shown. |
DashboardItem | The DashboardItem instance that raises the action. |
See Also