Occurs after the Report Designer form is created.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v19.2.dll
The DesignFormCreated event's handler receives an argument of the DevExpress.ExpressApp.ReportsV2.Win.DesignFormEventArgs type.
Handle this event to customize the Report Designer form. In the event handler, access the created form with the DesignForm parameter. An example is provided in the How to: Customize the WinForms Report Designer Form topic.