ImageGear for .NET
OnPropertyChanged(String,Object,Object) Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTMark 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 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 calls OnPropertyChanged(String) too, which is responsible for firing of PropertyChanged event.

See Also

©2013. Accusoft Corporation. All Rights Reserved.