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

ListViewCreatedEventArgs(ListView) Constructor

Initializes a new instance of the ListViewCreatedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ListViewCreatedEventArgs(
    ListView listView
)

Parameters

Name Type Description
listView ListView

A ListView object that represents a List View to be customized.

Remarks

Since instances of the ListViewCreatedEventArgs class are automatically created and passed to handlers of the XafApplication.ListViewCreated event, you do not need to call this constructor from your applications.

See Also