Skip to main content
All docs
V26.1
  • CreateCustomDetailViewEventArgs(Object, IObjectSpace) Constructor

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

    Namespace: DevExpress.ExpressApp.SystemModule

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public CreateCustomDetailViewEventArgs(
        object createdObject,
        IObjectSpace objectSpace
    )

    Parameters

    Name Type
    createdObject Object
    objectSpace IObjectSpace
    See Also