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

DiagramControl.SubordinatesHidden Event

Occurs after the subordinates of a diagram shape are hidden.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public event EventHandler<DiagramSubordinatesHiddenEventArgs> SubordinatesHidden

Event Data

The SubordinatesHidden event's data class is DevExpress.Xpf.Diagram.DiagramSubordinatesHiddenEventArgs.

Remarks

The SubordinatesHidden event’s Item and Subordinates read-only parameters return the item that has raised the event and a collection of its subordinates.

See Also