Skip to main content
A newer version of this page is available. .

DiagramControl.SubordinatesShown Event

Occurs after a DiagramItem‘s subordinates are shown.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

Declaration

public event EventHandler<DiagramSubordinatesShownEventArgs> SubordinatesShown

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