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.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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
Generally, you do not need to handle this event.
See Also