ImageSourceChangedEventArgs Constructor

CVB.Net Documentation
Creates the image source changed event arguments.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public ImageSourceChangedEventArgs(
	RoutedEvent routedEvent,
	Object source,
	BitmapSource oldValue,
	BitmapSource newValue
)

Parameters

routedEvent
Type: System.WindowsRoutedEvent
Routed event associated with this argumens
source
Type: SystemObject
Source object.
oldValue
Type: System.Windows.Media.ImagingBitmapSource
The old image source.
newValue
Type: System.Windows.Media.ImagingBitmapSource
The new image source.
See Also

Reference