Skip to main content

ObjectCreatingEventArgs.ObjectSpace Property

Specifies an Object Space used to create a new object.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public IObjectSpace ObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object that is the Object Space used to create a new object.

See Also