Back to Devexpress

ListViewCreatedEventArgs Class

expressappframework-devexpress-dot-expressapp-e81439da.md

latest1.8 KB
Original Source

ListViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.ListViewCreated event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ListViewCreatedEventArgs :
    ViewCreatedEventArgs
vb
Public Class ListViewCreatedEventArgs
    Inherits ViewCreatedEventArgs

ListViewCreatedEventArgs is the data class for the following events:

Remarks

The ListViewCreatedEventArgs class declares the ListViewCreatedEventArgs.ListView property specific to the XafApplication.ListViewCreated event which is designed to customize a newly created List View.

Inheritance

Object EventArgs ViewCreatedEventArgs ListViewCreatedEventArgs

See Also

ListViewCreatedEventArgs Members

DevExpress.ExpressApp Namespace