Skip to main content
All docs
V26.1
  • AzureSearchCompletedEventHandler Delegate

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    public delegate void AzureSearchCompletedEventHandler(
        object sender,
        AzureSearchCompletedEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The event sender.

    e AzureSearchCompletedEventArgs

    The event data.

    See Also