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.v24.2.dll
Declaration
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