ViewController.ViewControlsCreated Event
Occurs after the controls have been created for the current Controller’s ViewController.View if the Controller has already been activated.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler ViewControlsCreated
#Event Data
The ViewControlsCreated event's data class is EventArgs.
#Remarks
Use the ViewController.ViewControlsCreated event if you are working in a Controller‘s designer, or in other scenarios when you need to access controls after a View Controller was activated.
Note
When not working in the scenarios described above, consider handling the View