Skip to main content
.NET 6.0+

CreateCustomCollectionSourceEventArgs Constructors

Arguments passed to the XafApplication.CreateCustomCollectionSource event handler.
Name Parameters Description
CreateCustomCollectionSourceEventArgs(IObjectSpace, Type, String, CollectionSourceDataAccessMode, CollectionSourceMode) objectSpace, objectType, listViewID, dataAccessMode, mode Creates a new instance of the CreateCustomCollectionSourceEventArgs class.
CreateCustomCollectionSourceEventArgs(IObjectSpace, Type, String, CollectionSourceMode) objectSpace, objectType, listViewID, mode Creates a new instance of the CreateCustomCollectionSourceEventArgs class.
See Also