VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / ProgressEventArgs Class / ProgressEventArgs Constructors / ProgressEventArgs Constructor(Int32,Boolean,String)
Синтаксис Требования Смотрите также
В этом разделе
    ProgressEventArgs Constructor(Int32,Boolean,String)
    В этом разделе
    Инициализирует новый экземпляр класса ProgressEventArgs.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal progress
    Прогресс действия.
    As System.Int32, _
    ByVal canCancel
    Значение, указывающее, можно ли отменить действие.
    As Boolean, _
    ByVal description
    Описание действия.
    As System.String _
    )
    public ProgressEventArgs(
    System.Int32 progress,
    bool canCancel,
    System.String description
    )
    public: ProgressEventArgs(
    System.Int32 progress,
    bool canCancel,
    System.String description
    )
    public:
    ProgressEventArgs(
    System.Int32 progress,
    bool canCancel,
    System.String description
    )

    Parameters

    progress
    Прогресс действия.
    canCancel
    Значение, указывающее, можно ли отменить действие.
    description
    Описание действия.
    Требования

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

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