ImageGear .NET v24.12 - Updated
Closed Method (ImageDocumentDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > ImageDocumentDataConnection Class : Closed Method
The derived class can implement this method to do the necessary cleanup when the document is closed.
Syntax
'Declaration
 
Protected MustOverride Sub Closed() 
'Usage
 
Dim instance As ImageDocumentDataConnection
 
instance.Closed()
protected abstract void Closed()
protected: abstract void Closed(); 
protected:
abstract void Closed(); 
See Also

Reference

ImageDocumentDataConnection Class
ImageDocumentDataConnection Members