ImageGear for .NET
OnPropertyChanged(String,Object,Object) Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTPin Class > OnPropertyChanged Method : OnPropertyChanged(String,Object,Object) Method




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.

Glossary Item Box

Occurs when a ART property value changes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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 does not call itself the OnPropertyChanged(String), which is responsible for firing of PropertyChanged event. To provide System.ComponentModel.INotifyPropertyChanged functionality, please call OnPropertyChanged(String) explicitly.

See Also

©2013. Accusoft Corporation. All Rights Reserved.