SearchIndexingBufferedSender<T>.ActionAdded Event

Definition

Event raised whenever an indexing action is added to the sender.

public event Azure.Core.SyncAsyncEventHandler<Azure.Search.Documents.Models.IndexActionEventArgs<T>> ActionAdded;
member this.ActionAdded : Azure.Core.SyncAsyncEventHandler<Azure.Search.Documents.Models.IndexActionEventArgs<'T>> 
Public Event ActionAdded As SyncAsyncEventHandler(Of IndexActionEventArgs(Of T)) 

Event Type

Applies to