CompositeView Events
Represents a base class for Views that support View Items layout.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 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. |
ItemsChanged | Occurs after changing a Composite View’s CompositeView.Items collection. |
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. |
See Also