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

XpoDataSourceInsertedEventArgs(Object) Constructor

Initializes a new instance of the XpoDataSourceInsertedEventArgs class with a persistent object that has been inserted in the XpoDataSource via a bound data-aware control.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XpoDataSourceInsertedEventArgs(
    object value
)

Parameters

Name Type Description
value Object

An XPObject descendant representing the inserted persistent object.

Remarks

Use the XpoDataSourceInsertedEventArgs.Value property, to specify the inserted persistent object.

See Also