DiagramContainerIsCollapsedChangedEventArgs Properties
Provides data for the ContainerIsCollapsedChanged event.| Name | 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