View on GitHub

SARAFF SOFTWARE

All products / Saraff.Twain.DS / Contents

OnResetXfer

Invoked when the pending transfers discarded.

Syntax

protected virtual void OnResetXfer()

Examples

protected override void OnResetXfer() {
    this._Dispose();

    base.OnResetXfer();
}