ListViewProcessCurrentObjectController.CustomizeShowViewParameters Event
Occurs after the Open Action has been executed. Provides access to the ShowViewParameters object, specifying a View, displayed after executing the ListViewShowObject Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public event EventHandler<CustomizeShowViewParametersEventArgs> CustomizeShowViewParameters
Event Data
The CustomizeShowViewParameters event's data class is CustomizeShowViewParametersEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| ShowViewParameters | Gets the notification view parameters. |
Remarks
Refer to the following topic for an example: Customize ShowViewParameters for Built-in Simple Actions.
See Also