Class IndexOperationEventArgs
- Namespace
- Examine
- Assembly
- Examine.Core.dll
Represents index operation event arguments
public class IndexOperationEventArgs : EventArgs
- Inheritance
-
IndexOperationEventArgs
- Inherited Members
Constructors
IndexOperationEventArgs(IIndex, int)
public IndexOperationEventArgs(IIndex index, int itemsIndexed)
Parameters
Properties
Index
The index of the event
public IIndex Index { get; }
Property Value
ItemsIndexed
The items indexed in operation
public int ItemsIndexed { get; }