SingleChoiceAction.ItemTypeChanged Event
In This Article
Occurs when a Single Choice Action’s SingleChoiceAction.ItemType property is changed.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.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