VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / ImageReloaded Event
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageReloaded Event (ImageViewer)
    In This Topic
    Occurs when current image is reloaded. Image viewer will reload image after this event.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Occurs when focused image is reloaded.")>
    <CategoryAttribute("VintaSoft")>
    Public Event ImageReloaded As System.EventHandler(Of ImageReloadEventArgs)
    
    
    [Description("Occurs when focused image is reloaded.")]
    [Category("VintaSoft")]
    public event System.EventHandler<ImageReloadEventArgs> ImageReloaded
    
    
    [Description("Occurs when focused image is reloaded.")]
    [Category("VintaSoft")]
    public: __event System.EventHandler<ImageReloadEventArgs*>* ImageReloaded
    
    
    [Description("Occurs when focused image is reloaded.")]
    [Category("VintaSoft")]
    public:
    event System.EventHandler<ImageReloadEventArgs^>^ ImageReloaded
    Remarks

    This event is thread safe.

    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