ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ImageDocumentDataConnection Class / Closed Method




In This Topic
    Closed Method (ImageDocumentDataConnection)
    In This Topic
    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