VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / ImageCollectionSavingFinished Event
Syntax Requirements SeeAlso
In This Topic
    ImageCollectionSavingFinished Event (ImageCollection)
    In This Topic
    Occurs when the image collection saving process is finished (image collection may be saved or not be saved).
    Syntax
    'Declaration
    
    Public Event ImageCollectionSavingFinished As System.EventHandler
    
    
    public event System.EventHandler ImageCollectionSavingFinished
    
    
    public: __event System.EventHandler* ImageCollectionSavingFinished
    
    
    public:
    event System.EventHandler^ ImageCollectionSavingFinished
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also