Back to Devexpress

ObjectViewController<ViewType, ObjectType> Events

expressappframework-devexpress-dot-expressapp-dot-objectviewcontroller-2-dot-underscore-events.md

latest2.6 KB
Original Source

ObjectViewController<ViewType, ObjectType> Events

A base class for View Controllers intended for Object Views.

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

ObjectViewController<ViewType, ObjectType> Class

ObjectViewController<ViewType, ObjectType> Members

DevExpress.ExpressApp Namespace