VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / ImageCollectionSaved Event
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageCollectionSaved Event (ImageCollection)
    In This Topic
    Occurs when the image collection is saved successfully.
    Syntax
    'Declaration
    
    Public Event ImageCollectionSaved As System.EventHandler
    
    
    public event System.EventHandler ImageCollectionSaved
    
    
    public: __event System.EventHandler* ImageCollectionSaved
    
    
    public:
    event System.EventHandler^ ImageCollectionSaved
    Remarks

    This event occurs only if image collection is saved successfully.

    This event does not occur if

    • image collection is empty
    • saving is not necessary
    • saving is canceled

    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