EmbeddedImage.OnPropertyChanged(Int32, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when any EmbeddedImage property changes.
protected public:
override void OnPropertyChanged(int propertyIndex, System::Object ^ oldValue, System::Object ^ newValue);
protected internal override void OnPropertyChanged (int propertyIndex, object oldValue, object newValue);
override this.OnPropertyChanged : int * obj * obj -> unit
Protected Friend Overrides Sub OnPropertyChanged (propertyIndex As Integer, oldValue As Object, newValue As Object)
Parameters
- propertyIndex
- Int32
The index of the property.
- oldValue
- Object
The previous value of the property.
- newValue
- Object
The new value of the property.