Skip to main content
A newer version of this page is available. .

DetailView Events

Represents a Detail View.
Name Description
Activated Occurs when the View.RaiseActivated method is executed. Inherited from View.
AllowDeleteChanged Occurs when the current View‘s View.AllowDelete state has changed. Inherited from View.
AllowEditChanged Occurs when the current View‘s View.AllowEdit state has changed. Inherited from View.
AllowNewChanged Occurs when the current View‘s View.AllowNew state has changed. Inherited from View.
CaptionChanged Occurs after changing a View‘s caption. Inherited from View.
Closed Occurs after the current View is closed. Inherited from View.
Closing Occurs when closing a View. Inherited from View.
ControlsCreated Occurs after controls for a View are created. Inherited from View.
ControlsCreating Occurs before creating controls for a View. Inherited from View.
CurrentObjectChanged Occurs after changing a View’s focused object (not an object’s property value). Inherited from View.
CustomizeViewShortcut Occurs when a View Shortcut for the current View is created via the View.CreateShortcut method. Inherited from View.
CustomModelSaving Occurs when saving information on a View’s editor(s) to the Application Model. Inherited from View.
Disposing Occurs when the current View is disposed of. Inherited from View.
ItemsChanged Occurs after changing a Composite View’s CompositeView.Items collection. Inherited from CompositeView.
ModelChanged Occurs after setting the View.Model property for a View. Inherited from View.
ModelChanging Occurs before setting the View.Model property for a View. Inherited from View.
ModelLoaded This event is intended for internal use. Inherited from View.
ModelSaved Occurs after the information on a View has been saved to the Application Model. Inherited from View.
ModelSaving Occurs before saving information on a View’s controls to the Application Model. Inherited from View.
QueryCanChangeCurrentObject Occurs when the View is asked whether its current object can be changed. Inherited from View.
QueryCanClose Occurs when checking whether a View can be closed. Inherited from View.
SelectionChanged Occurs after changing a View’s selected objects. Inherited from View.
SelectionTypeChanged Occurs when the current View’s selection type is changed. Inherited from View.
ViewEditModeChanged Occurs after changing the current View’s DetailView.ViewEditMode property value.
ViewEditModeChanging Occurs before changing the current View’s DetailView.ViewEditMode property value.
See Also