Skip to main content
A newer version of this page is available. .

NewObjectViewController.RaiseObjectCreated(Object) Method

Raises the NewObjectViewController.ObjectCreated event for a specific object.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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