VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / OnImageLoadingProgress(Object,ProgressEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnImageLoadingProgress(Object,ProgressEventArgs) Method (ImageViewer)
    In This Topic
    Invoked when progress of image loading is changing and raises the ImageLoadingProgress event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnImageLoadingProgress( _
    ByVal sender
    Loading image.
    As System.Object, _
    ByVal e
    An ProgressEventArgs that contains the event data.
    As Vintasoft.Imaging.ProgressEventArgs _
    )
    protected virtual void OnImageLoadingProgress(
    System.Object sender,
    Vintasoft.Imaging.ProgressEventArgs e
    )
    protected: virtual void OnImageLoadingProgress(
    System.Object sender,
    Vintasoft.Imaging.ProgressEventArgs* e
    )
    protected:
    virtual void OnImageLoadingProgress(
    System.Object sender,
    Vintasoft.Imaging.ProgressEventArgs^ e
    )

    Parameters

    sender
    Loading image.
    e
    An ProgressEventArgs that contains the event data.
    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