Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectCreatingEventArgs Class

Arguments passed to the NewObjectViewController.ObjectCreating event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public class ObjectCreatingEventArgs :
    EventArgs

Remarks

The ObjectCreating event occurs before creating a new object of the type selected in the NewObjectViewController.NewObjectAction‘s control.

Inheritance

Object
EventArgs
ObjectCreatingEventArgs
See Also