Controller.Deactivated Event
In This Article
Occurs after a Controller has been deactivated.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler Deactivated
#Event Data
The Deactivated event's data class is EventArgs.
#Remarks
The Deactivated event is raised if the Controller.Active collection gets an element with the value part set to false.
Note
A View Controller is deactivated before its View
For details on how to use Controllers, refer to the Controllers topic.
See Also