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. | |
Bubbling event to inform about image source changes.
| ImageSourceChangedEventArgs | ( | RoutedEvent | routedEvent, |
| object | source, | ||
| System.Windows.Media.Imaging.BitmapSource | oldValue, | ||
| System.Windows.Media.Imaging.BitmapSource | newValue | ||
| ) |
Creates the image source changed event arguments.
| routedEvent | Routed event associated with this argumens |
| source | Source object. |
| oldValue | The old image source. |
| newValue | The new image source. |