VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailsLoadingProgress Event
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ThumbnailsLoadingProgress Событие (WpfThumbnailViewer)
    В этом разделе
    Происходит при изменении хода загрузки миниатюр.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Occurs when the loading progress of thumbnails is changed.")>
    Public Event ThumbnailsLoadingProgress As System.EventHandler(Of ProgressEventArgs)
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the loading progress of thumbnails is changed.")]
    public event System.EventHandler<ProgressEventArgs> ThumbnailsLoadingProgress
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the loading progress of thumbnails is changed.")]
    public: __event System.EventHandler<ProgressEventArgs*>* ThumbnailsLoadingProgress
    
    
    [Category("VintaSoft")]
    [Description("Occurs when the loading progress of thumbnails is changed.")]
    public:
    event System.EventHandler<ProgressEventArgs^>^ ThumbnailsLoadingProgress
    Ремарки

    Это событие является потокобезопасным.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также