Back to Devexpress

PersistenceValidationController Events

expressappframework-devexpress-dot-expressapp-dot-validation-dot-persistencevalidationcontroller-dot-underscore-events.md

latest3.5 KB
Original Source

PersistenceValidationController Events

Validates persistent objects when they are saved or deleted in the UI.

NameDescription
ActivatedOccurs when a Controller is activated. Inherited from Controller.
AfterConstructionOccurs after a Controller is created. Inherited from Controller.
ContextValidatingOccurs when validation rules associated with the Delete or Save validation contexts are about to be checked.
CustomGetAggregatedObjectsToValidateOccurs when determining which aggregated objects should be validated.
DeactivatedOccurs after a Controller has been deactivated. Inherited from Controller.
DeleteContextValidatingOccurs when an object that will be deleted is validated.
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.
NeedToValidateObjectOccurs when determining objects to be validated.
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

PersistenceValidationController Class

PersistenceValidationController Members

DevExpress.ExpressApp.Validation Namespace