VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewerImagesManager Class / OnImageSourceAddException(ImageSourceExceptionEventArgs) Method
Синтаксис Требования Смотрите также
В этом разделе
    OnImageSourceAddException(ImageSourceExceptionEventArgs) Метод (ImageViewerImagesManager)
    В этом разделе
    Вызывает событие ImageSourceAddException.
    Синтаксис
    'Declaration
    
    Protected Overrides Sub OnImageSourceAddException( _
    ByVal eventArgs
    Экземпляр ImageSourceExceptionEventArgs, содержащий данные о событии.
    As Vintasoft.Imaging.ImageSourceExceptionEventArgs _
    )
    protected override void OnImageSourceAddException(
    Vintasoft.Imaging.ImageSourceExceptionEventArgs eventArgs
    )
    protected: void OnImageSourceAddException(
    Vintasoft.Imaging.ImageSourceExceptionEventArgs* eventArgs
    ); override
    protected:
    void OnImageSourceAddException(
    Vintasoft.Imaging.ImageSourceExceptionEventArgs^ eventArgs
    ); override

    Parameters

    eventArgs
    Экземпляр ImageSourceExceptionEventArgs, содержащий данные о событии.
    Требования

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

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