Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SingleChoiceAction.ItemTypeChanged Event

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
public event EventHandler ItemTypeChanged

Event Data

The ItemTypeChanged event's data class is EventArgs.

See Also