ListEditor.RequiredPropertiesChanged Event
In This Article
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<EventArgs> RequiredPropertiesChanged
#Event Data
The RequiredPropertiesChanged event's data class is EventArgs.
See Also