Skip to main content
.NET Framework 4.5.2+

NewObjectViewController.RaiseObjectCreated(Object) Method

Raises the NewObjectViewController.ObjectCreated event for a specific object.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public void RaiseObjectCreated(
    object obj
)

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