Skip to main content
.NET 6.0+

SingleChoiceAction.ItemTypeChanged Event

Occurs when a Single Choice Action’s SingleChoiceAction.ItemType property is changed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public event EventHandler ItemTypeChanged

Event Data

The ItemTypeChanged event's data class is EventArgs.

See Also