ImageGear for .NET
ARTPropertyChanged Event
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTPin Class : ARTPropertyChanged Event




Glossary Item Box

Occurs when a property value changes and presents old and new values of the property.

Syntax

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

Event Data

The event handler receives an argument of type ImGearARTPropertyChangedEventArgs containing data related to this event. The following ImGearARTPropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewPropertyValue Gets new value of changed property.
OldPropertyValue Gets old value of changed property.

See Also

©2013. Accusoft Corporation. All Rights Reserved.