ListViewProcessCurrentObjectController.CustomizeShowViewParameters Event
In This Article
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.v24.2.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 |
---|---|
Show |
Gets the notification view parameters. |
#Remarks
Generally, you do not need to handle this event.
See Also