Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageViewer Class : ImageEffectChanged Event |
public event RoutedPropertyChangedEventHandler<Effect> ImageEffectChanged
'Declaration Public Event ImageEffectChanged As RoutedPropertyChangedEventHandler(Of Effect)
'Usage Dim instance As ImageViewer Dim handler As RoutedPropertyChangedEventHandler(Of Effect) AddHandler instance.ImageEffectChanged, handler
public: event RoutedPropertyChangedEventHandler<Effect^>^ ImageEffectChanged
This event is raised if the ImageEffect property is changed by either a programmatic modification or user interaction.