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

DXCollectionView.ValidateAndSave Event

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public event EventHandler<ValidateItemEventArgs> ValidateAndSave

Event Data

The ValidateAndSave event's data class is ValidateItemEventArgs. The following properties provide information specific to this event:

Property
AutoUpdateItemsSource
Context
DataChangeType
IsValid
Item
SourceIndex

The event data class exposes the following methods:

Method
ForceUpdateItemsSource()
See Also