ValidateItemEventArgs(Object, Int32, Object, DataChangeType, Action) Constructor
Initializes a new instance of the ValidateItemEventArgs class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ValidateItemEventArgs(
object item,
int sourceIndex,
object context,
DataChangeType dataChangeType,
Action onForceUpdate
)
Parameters
Name | Type | Description |
---|---|---|
item | Object | The control’s item whose value is changed. |
sourceIndex | Int32 | The index (in the data source) of the item that is changed. |
context | Object | The context object. |
dataChangeType | DataChangeType | The operation type. |
onForceUpdate | Action | Gets or sets whether the control should update the source of items when editing is finished. |
See Also