VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / ImageLoading Event
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageLoading Event (WpfImageViewer)
    In This Topic
    Occurs when the image is loading. Information about the image (width, height, ...) is accessible after this event.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Occurs when the image is loading.")>
    Public Event ImageLoading As System.EventHandler(Of ImageLoadingEventArgs)
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the image is loading.")]
    public event System.EventHandler<ImageLoadingEventArgs> ImageLoading
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the image is loading.")]
    public: __event System.EventHandler<ImageLoadingEventArgs*>* ImageLoading
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the image is loading.")]
    public:
    event System.EventHandler<ImageLoadingEventArgs^>^ ImageLoading
    Remarks

    This event is thread safe.

    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