CVB.Net 15.0
Loading...
Searching...
No Matches
ImageSourceChangedEventArgs Class Reference

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

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.
 

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.