Skip to main content
All docs
V23.2
.NET 6.0+

CreateCustomDetailViewEventArgs(Object, IObjectSpace) Constructor

Initializes a new instance of the CreateCustomDetailViewEventArgs class with specified settings.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomDetailViewEventArgs(
    object createdObject,
    IObjectSpace objectSpace
)

Parameters

Name Type
createdObject Object
objectSpace IObjectSpace
See Also