DiagramControl.SubordinatesShown Event
Occurs after a DiagramItem‘s subordinates are shown.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Event Data
The SubordinatesShown event's data class is DevExpress.Xpf.Diagram.DiagramSubordinatesShownEventArgs.
Remarks
The event’s Item and Subordinates read-only parameters return the item that has raised the event and a collection of its subordinates.
See Also