Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

INotifyRead Interface

Interface used to provide In record notification of read operations.

For a list of all members of this type, see INotifyRead Members.

[Visual Basic]
Public Interface INotifyRead
[C#]
public interface INotifyRead

Example

private class SampleType: INotifyRead, INotifyWrite
{ ....

    public void AfterRead(EngineBase engine, string line)
    {
        // Your Code Here
    }
    public void BeforeWrite(EngineBase engine)
    {
        // Your Code Here
    }

}

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

INotifyRead Members | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox