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();
};
All products / Saraff.Twain.DS / Contents
Invoked to indicate that the Source needs to be closed.
protected virtual void OnCloseDSReq()
this._acquireForm.FormClosed+=(sender,e) => {
this.OnCloseDSReq();
};