View on GitHub

SARAFF SOFTWARE

All products / Saraff.Twain.DS / Contents

OnCloseDSReq

Invoked to indicate that the Source needs to be closed.

Syntax

protected virtual void OnCloseDSReq()

Examples

this._acquireForm.FormClosed+=(sender,e) => {
    this.OnCloseDSReq();
};