VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationInteractionModeChangingEventArgs Class / AnnotationInteractionModeChangingEventArgs Constructor(AnnotationInteractionMode,AnnotationInteractionMode)
Синтаксис Требования Смотрите также
В этом разделе
    AnnotationInteractionModeChangingEventArgs Constructor(AnnotationInteractionMode,AnnotationInteractionMode)
    В этом разделе
    Инициализирует новый экземпляр класса AnnotationInteractionModeChangingEventArgs.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal oldValue
    Старое значение.
    As AnnotationInteractionMode, _
    ByVal newValue
    Новое значение.
    As AnnotationInteractionMode _
    )
    public AnnotationInteractionModeChangingEventArgs(
    AnnotationInteractionMode oldValue,
    AnnotationInteractionMode newValue
    )
    public: AnnotationInteractionModeChangingEventArgs(
    AnnotationInteractionMode oldValue,
    AnnotationInteractionMode newValue
    )
    public:
    AnnotationInteractionModeChangingEventArgs(
    AnnotationInteractionMode oldValue,
    AnnotationInteractionMode newValue
    )

    Parameters

    oldValue
    Старое значение.
    newValue
    Новое значение.
    Требования

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

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