Back to Devexpress

View Events

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

latest4.7 KB
Original Source

View Events

The base class for Views.

NameDescription
ActivatedOccurs when the View.RaiseActivated method is executed.
AllowDeleteChangedOccurs when the current View‘s View.AllowDelete state has changed.
AllowEditChangedOccurs when the current View‘s View.AllowEdit state has changed.
AllowNewChangedOccurs when the current View‘s View.AllowNew state has changed.
CaptionChangedOccurs after changing a View‘s caption.
ClosedOccurs after the current View is closed.
ClosingOccurs when closing a View.
ControlsCreatedOccurs after controls for a View are created.
ControlsCreatingOccurs before creating controls for a View.
CurrentObjectChangedOccurs after changing a View’s focused object (not an object’s property value).
CustomizeViewShortcutOccurs when the View.CreateShortcut method creates a View Shortcut for the current View.
CustomModelSavingOccurs when saving information on a View’s editor(s) to the Application Model.
DisposingOccurs when the current View is disposed of.
ModelChangedOccurs after setting the View.Model property for a View.
ModelChangingOccurs before setting the View.Model property for a View.
ModelLoadedThis event is intended for internal use.
ModelSavedOccurs after the information on a View has been saved to the Application Model.
ModelSavingOccurs before saving information on a View’s controls to the Application Model.
QueryCanChangeCurrentObjectOccurs when the View is asked whether its current object can be changed.
QueryCanCloseOccurs when checking whether a View can be closed.
SelectionChangedOccurs after changing a View’s selected objects.
SelectionTypeChangedOccurs when the current View’s selection type is changed.

See Also

View Class

View Members

DevExpress.ExpressApp Namespace