Interface ILineChangedEventSupport
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
LineEndEventHandler
Event that is raised when a line ends processing.
event EventHandler<IndexedFileLine> LineEndEventHandler