DiagramControl.ContainerIsCollapsedChanging Event
In This Article
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DiagramCategory(DiagramCategory.DiagramItems)]
public event EventHandler<DiagramContainerIsCollapsedChangingEventArgs> ContainerIsCollapsedChanging
#Event Data
The ContainerIsCollapsedChanging event's data class is DiagramContainerIsCollapsedChangingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Container |
The container item whose Is |
Diagram |
|
New |
The new value of the Is |
Old |
The initial value of the Is |
See Also