CVB.Net 14.0
ImageSourceChangedEventArgs Class Reference

Bubbling event to inform about image source changes. More...

Inherits RoutedEventArgs.

Public Member Functions

 ImageSourceChangedEventArgs (RoutedEvent routedEvent, object source, System.Windows.Media.Imaging.BitmapSource oldValue, System.Windows.Media.Imaging.BitmapSource newValue)
 Creates the image source changed event arguments. More...
 

Properties

System.Windows.Media.Imaging.BitmapSource OldValue [get]
 Gets the old image source value.
 
System.Windows.Media.Imaging.BitmapSource NewValue [get]
 Gets the new image source value.
 

Detailed Description

Bubbling event to inform about image source changes.

Constructor & Destructor Documentation

◆ ImageSourceChangedEventArgs()

ImageSourceChangedEventArgs ( RoutedEvent  routedEvent,
object  source,
System.Windows.Media.Imaging.BitmapSource  oldValue,
System.Windows.Media.Imaging.BitmapSource  newValue 
)

Creates the image source changed event arguments.

Parameters
routedEventRouted event associated with this argumens
sourceSource object.
oldValueThe old image source.
newValueThe new image source.