View.ModelChanged Event
Occurs after setting the View.Model property for a View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The ModelChanged event's data class is EventArgs.
Remarks
After the View.Model property’s value is changed, the View’s settings will be updated and its controls will be created (recreated). Handle this event to perform custom actions after the View.Model property is changed and the controls are created.
See Also