VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / OnInteractionControllerChanged(PropertyChangedEventArgs<IInteractionController>) Method
Синтаксис Требования Смотрите также
В этом разделе
OnInteractionControllerChanged(PropertyChangedEventArgs<IInteractionController>) Метод (AnnotationView)
В этом разделе
Вызывает событие InteractionControllerChanged.
Синтаксис
'Declaration

Protected Overridable Sub OnInteractionControllerChanged( _
ByVal e
Экземпляр PropertyChangedEventArgs<T>, содержащий данные о событии.
As Vintasoft.Imaging.PropertyChangedEventArgs(Of T) _
)
protected virtual void OnInteractionControllerChanged(
Vintasoft.Imaging.PropertyChangedEventArgs<T> e
)

Parameters

e
Экземпляр PropertyChangedEventArgs<T>, содержащий данные о событии.
Требования

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

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