Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.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