Back to Devexpress

ObjectCreatingEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-cbd37a3a.md

latest1.7 KB
Original Source

ObjectCreatingEventArgs Class

Arguments passed to the NewObjectViewController.ObjectCreating event.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ObjectCreatingEventArgs :
    EventArgs
vb
Public Class ObjectCreatingEventArgs
    Inherits EventArgs

ObjectCreatingEventArgs is the data class for the following events:

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

ObjectCreatingEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace