Table of Contents

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

index IIndex
itemsIndexed int

Properties

Index

The index of the event

public IIndex Index { get; }

Property Value

IIndex

ItemsIndexed

The items indexed in operation

public int ItemsIndexed { get; }

Property Value

int