Skip to main content
All docs
V25.1
  • 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.v25.1.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