Back to Devexpress

ViewController<ViewType> Events

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

latest2.6 KB
Original Source

ViewController<ViewType> Events

A base class for generic View Controllers.

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. Inherited from ViewController.
ViewControlsDestroyingFor internal use only. Inherited from ViewController.

See Also

ViewController<ViewType> Class

ViewController<ViewType> Members

DevExpress.ExpressApp Namespace