NewObjectViewController.RaiseObjectCreated(Object) Method
Raises the NewObjectViewController.ObjectCreated event for a specific object.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | The object for which the ObjectCreated event must be raised. |
Remarks
This method is intended for internal use.
See Also