VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / OnImageLoading(ImageLoadingEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnImageLoading(ImageLoadingEventArgs) Method (ImageViewer)
    In This Topic
    Invoked when viewer starts loading of image and raises the ImageLoading event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnImageLoading( _
    ByVal e
    An ImageCollectionChangeEventArgs that contains the event data.
    As Vintasoft.Imaging.ImageLoadingEventArgs _
    )
    protected virtual void OnImageLoading(
    Vintasoft.Imaging.ImageLoadingEventArgs e
    )
    protected: virtual void OnImageLoading(
    Vintasoft.Imaging.ImageLoadingEventArgs* e
    )
    protected:
    virtual void OnImageLoading(
    Vintasoft.Imaging.ImageLoadingEventArgs^ e
    )

    Parameters

    e
    An ImageCollectionChangeEventArgs that contains the event data.
    Requirements

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

    See Also