Skip to main content
.NET 6.0+

ObjectCreatingEventArgs Class

Arguments passed to the NewObjectViewController.ObjectCreating event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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