Skip to main content
.NET 6.0+

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.v23.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
ShowViewParameters Gets the notification view parameters.

Remarks

Generally, you do not need to handle this event.

See Also