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

DiagramToolboxRegistrator.StencilListChanged Event

Fires each time the list of available stencils is changed.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public static event EventHandler StencilListChanged

Event Data

The StencilListChanged event's data class is EventArgs.

See Also