Back to Devexpress

WindowController Events

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

latest2.4 KB
Original Source

WindowController Events

Represents a Window 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.
ViewClosedOccurs after closing the View of the Window Controller’s Window.
ViewClosingOccurs before closing the View of the Window Controller’s Window.
ViewQueryCanCloseOccurs when checking whether the View of the Window Controller’s Window is allowed to be closed.

See Also

WindowController Class

WindowController Members

DevExpress.ExpressApp Namespace