Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public OperationCompleted AsyncCompleted { get; }

Property Value

Type Description
DevExpress.Data.OperationCompleted

An AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed.

See Also