Back to Devexpress

CreateCustomCollectionSourceEventArgs Class

expressappframework-devexpress-dot-expressapp-59ad316b.md

latest1.8 KB
Original Source

CreateCustomCollectionSourceEventArgs Class

Arguments passed to the XafApplication.CreateCustomCollectionSource event handler.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomCollectionSourceEventArgs :
    EventArgs
vb
Public Class CreateCustomCollectionSourceEventArgs
    Inherits EventArgs

CreateCustomCollectionSourceEventArgs is the data class for the following events:

Remarks

The CreateCustomCollectionSource event occurs when creating a Collection Source for a List View. Handle this event to create a custom CollectionSourceBase descendant for a List View.

Inheritance

Object EventArgs CreateCustomCollectionSourceEventArgs

See Also

CreateCustomCollectionSourceEventArgs Members

DevExpress.ExpressApp Namespace