VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / LoadingProgress Event
Syntax Remarks Requirements SeeAlso
In This Topic
    LoadingProgress Event (VintasoftImage)
    In This Topic
    Occurs when image decoder loading of bitmap, which is associated with this image, from image file.
    Syntax
    'Declaration
    
    Public Event LoadingProgress As System.EventHandler(Of ProgressEventArgs)
    
    
    public event System.EventHandler<ProgressEventArgs> LoadingProgress
    
    
    public: __event System.EventHandler<ProgressEventArgs*>* LoadingProgress
    
    
    public:
    event System.EventHandler<ProgressEventArgs^>^ LoadingProgress
    Remarks

    Important: Do not lock image in the handler of this event!

    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