Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    CreateCustomDetailViewEventArgs(Object, IObjectSpace) Constructor

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

    Namespace: DevExpress.ExpressApp.SystemModule

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public CreateCustomDetailViewEventArgs(
        object createdObject,
        IObjectSpace objectSpace
    )

    Parameters

    Name Type
    createdObject Object
    objectSpace IObjectSpace
    See Also