Back to Devexpress

ViewController Events

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

latest2.3 KB
Original Source

ViewController Events

A View Controller.

NameDescription
ActivatedOccurs when a Controller is activated. Inherited from Controller.
AfterConstructionOccurs after a Controller is created. Inherited from Controller.
DeactivatedOccurs after a Controller has been deactivated. Inherited from Controller.
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. Inherited from Controller.
ViewControlsCreatedOccurs after the controls have been created for the current Controller’s ViewController.View if the Controller has already been activated.
ViewControlsDestroyingFor internal use only.

See Also

ViewController Class

ViewController Members

DevExpress.ExpressApp Namespace