Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.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.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo

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