DiagramControl.ContainerIsCollapsedChanged Event
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DiagramCategory(DiagramCategory.DiagramItems)]
public event EventHandler<DiagramContainerIsCollapsedChangedEventArgs> ContainerIsCollapsedChanged
Event Data
The ContainerIsCollapsedChanged event's data class is DiagramContainerIsCollapsedChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Container | The container item whose IsCollapsed property value has been changed. |
DiagramContainer | |
NewValue | The new value of the IsCollapsed property. |
OldValue | The previous value of the IsCollapsed property. |
See Also