CustomUniqueValuesEventArgs.AsyncCompleted Property
Gets an AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Data.OperationCompleted | An AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed. |
See Also