Table of Contents

Interface ILineChangedEventSupport

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

Interface for objects that support line change events.

public interface ILineChangedEventSupport
Extension Methods

Events

LineBeginEventHandler

Event that is raised when a line begins processing.

event EventHandler<IndexedFileLine> LineBeginEventHandler

Event Type

EventHandler<IndexedFileLine>

LineEndEventHandler

Event that is raised when a line ends processing.

event EventHandler<IndexedFileLine> LineEndEventHandler

Event Type

EventHandler<IndexedFileLine>