Back to Devexpress

ObjectCreatingEventArgs.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-objectcreatingeventargs.md

latest1.3 KB
Original Source

ObjectCreatingEventArgs.ObjectSpace Property

Specifies an Object Space used to create a new object.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public IObjectSpace ObjectSpace { get; set; }
vb
Public Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
IObjectSpace

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

|

See Also

ObjectCreatingEventArgs Class

ObjectCreatingEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace