Back to Devexpress

Controller Events

expressappframework-devexpress-dot-expressapp-dot-controller-dot-underscore-events.md

latest1.6 KB
Original Source

Controller Events

The base class for Controllers.

NameDescription
ActivatedOccurs when a Controller is activated.
AfterConstructionOccurs after a Controller is created.
DeactivatedOccurs after a Controller has been deactivated.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FrameAssignedOccurs after a Frame (Window) has been assigned to a Controller.

See Also

Controller Class

Controller Members

DevExpress.ExpressApp Namespace