ImageSourceChangedEventArgs Class

CVB.Net Documentation
Bubbling event to inform about image source changes.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    System.WindowsRoutedEventArgs
      Stemmer.Cvb.Wpf.ControlsImageSourceChangedEventArgs

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

public class ImageSourceChangedEventArgs : RoutedEventArgs

The ImageSourceChangedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodImageSourceChangedEventArgs
Creates the image source changed event arguments.
Top
Properties

  NameDescription
Public propertyHandled
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
(Inherited from RoutedEventArgs.)
Public propertyNewValue
Gets the new image source value.
Public propertyOldValue
Gets the old image source value.
Public propertyOriginalSource
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
(Inherited from RoutedEventArgs.)
Public propertyRoutedEvent
Gets or sets the RoutedEvent associated with this RoutedEventArgs instance.
(Inherited from RoutedEventArgs.)
Public propertySource
Gets or sets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeEventHandler
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.
(Inherited from RoutedEventArgs.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnSetSource
When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes.
(Inherited from RoutedEventArgs.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference