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




Glossary Item Box

Occurs when a property value changes.

Syntax

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

Event Data

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

PropertyDescription
PropertyName  

Remarks

The PropertyChanged event can indicate all properties on the object have changed by using String.Empty as the property name.

See Also

©2013. Accusoft Corporation. All Rights Reserved.