Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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