Skip to main content
.NET 6.0+

ListView Events

Represents a List 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.
AllowLinkChanged Occurs when the ListView.AllowLink property is changed.
AllowNewChanged Occurs when the current View‘s View.AllowNew state has changed. Inherited from View.
AllowUnlinkChanged Occurs when the ListView.AllowUnlink property is changed.
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.
CreateCustomCurrentObjectDetailView Occurs when the current List View is updated, and when its current object is changed.
CurrentObjectChanged Occurs after changing a View’s focused object (not an object’s property value). Inherited from View.
CustomizeDisplayableProperties Occurs before the CollectionSourceBase.DisplayableProperties collection is populated by displayable properties collected from the current List Editor and from ListView model columns settings.
CustomizeViewShortcut Occurs when the View.CreateShortcut method creates a View Shortcut for the current View. Inherited from View.
CustomModelSaving Occurs when saving information on a View’s editor(s) to the Application Model. Inherited from View.
DataSourceAsyncLoaded For internal use. Inherited from View.
DataSourceAsyncLoading For internal use. Inherited from View.
DataSourceAsyncLoadingCanceled For internal use. Inherited from View.
Disposing Occurs when the current View is disposed of. Inherited from View.
EditorChanged Occurs after the current List View’s ListView.Editor property has been changed.
EditorChanging Occurs before changing the current View’s ListView.Editor property value.
EditViewCreated Occurs after the ListView.EditView has been created.
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.
ObjectChanged For internal use only.
ProcessSelectedItem Occurs when double-clicking an object in the current List 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.
ValidateObject Occurs when the object represented by the ListView‘s focused row must be validated.
See Also