Back to Devexpress

LinkUnlinkController Events

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-linkunlinkcontroller-dot-underscore-events.md

latest3.3 KB
Original Source

LinkUnlinkController Events

Represents a ViewController descendant that contains the Link and Unlink Actions.

NameDescription
ActivatedOccurs when a Controller is activated. Inherited from Controller.
AfterConstructionOccurs after a Controller is created. Inherited from Controller.
CustomCreateLinkViewOccurs when creating a View to be displayed by the LinkUnlinkController.LinkAction.
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.
QueryLinkObjectsOccurs when executing the LinkUnlinkController.LinkAction.
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

LinkUnlinkController Class

LinkUnlinkController Members

DevExpress.ExpressApp.SystemModule Namespace