ImageGear .NET - Updated November 28, 2017
OnPropertyChanged(String,Object,Object) Method




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class > OnPropertyChanged Method : OnPropertyChanged(String,Object,Object) Method
The name of the property that changed.
The old value of the property before changing.
The new value of the property after changing.
Occurs when a property value changes.
Syntax
'Declaration
 
Protected Overloads Sub OnPropertyChanged( _
   ByVal name As String, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 
'Usage
 
Dim instance As ImGearARTMark
Dim name As String
Dim oldValue As Object
Dim newValue As Object
 
instance.OnPropertyChanged(name, oldValue, newValue)

Parameters

name
The name of the property that changed.
oldValue
The old value of the property before changing.
newValue
The new value of the property after changing.
Remarks
Note: this method calls OnPropertyChanged(String) too, which is responsible for firing of PropertyChanged event.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members
Overload List