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

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

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