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

NewObjectViewController.NewObjectActionUpdated Event

Occurs after the NewObjectAction‘s Items List is generated or updated.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler<EventArgs> NewObjectActionUpdated

Event Data

The NewObjectActionUpdated event's data class is EventArgs.

See Also