ListViewProcessCurrentObjectController Events
Represents a ViewController descendant that contains the ListViewShowObject Action.Name | Description |
---|---|
Activated | Occurs when a Controller is activated. Inherited from Controller. |
AfterConstruction | Occurs after a Controller is created. Inherited from Controller. |
CustomHandleProcessSelectedItem | Occurs when an end-user double-clicks an object or presses Enter for a selected object in a WinForms application or clicks an object in a Web application in a List Editor. |
CustomizeShowViewParameters | Occurs after the Open Action has been executed. Provides access to the ShowViewParameters object, specifying a View, displayed after executing the ListViewShowObject Action. |
CustomProcessSelectedItem | Occurs before the ListViewShowObject Action (ListViewProcessCurrentObjectController.ProcessCurrentObjectAction) is executed in List Views with MasterDetailMode set to ListViewOnly. |
Deactivated | Occurs after a Controller has been deactivated. Inherited from Controller. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
FrameAssigned | Occurs after a Frame (Window) has been assigned to a Controller. Inherited from Controller. |
ViewControlsCreated | Occurs after the controls have been created for the current Controller’s ViewController.View if the Controller has already been activated. Inherited from ViewController. |
ViewControlsDestroying | For internal use only. Inherited from ViewController. |
See Also