ImageGear .NET
ARTPropertyChanged Event (ImGearARTBorder)




Occurs when a property value changes and presents old and new values of the property.
Syntax
'Declaration
 
Public Event ARTPropertyChanged As ARTPropertyChangedEventHandler
'Usage
 
Dim instance As ImGearARTBorder
Dim handler As ARTPropertyChangedEventHandler
 
AddHandler instance.ARTPropertyChanged, handler
public event ARTPropertyChangedEventHandler ARTPropertyChanged
public: __event ARTPropertyChangedEventHandler* ARTPropertyChanged
public:
event ARTPropertyChangedEventHandler^ ARTPropertyChanged
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

Reference

ImGearARTBorder Class
ImGearARTBorder Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback