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