ObjectCreatingEventArgs(IObjectSpace, Type) Constructor
In This Article
Initializes a new instance of the ObjectCreatingEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ObjectCreatingEventArgs(
IObjectSpace objectSpace,
Type objectType
)
#Parameters
Name | Type | Description |
---|---|---|
object |
IObject |
An IObject |
object |
Type | A type of an object to be created. |
#Remarks
Since instances of the ObjectCreatingEventArgs class are automatically created and passed to handlers of the NewObjectViewController.ObjectCreating event, you do not need to call this constructor from your applications.
See Also