ImageGear .NET - Updated
NewPropertyValue Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPropertyChangedEventArgs Class : NewPropertyValue Property
Gets new value of changed property.
Syntax
'Declaration
 
Public ReadOnly Property NewPropertyValue As Object
'Usage
 
Dim instance As ImGearARTPropertyChangedEventArgs
Dim value As Object
 
value = instance.NewPropertyValue
public object NewPropertyValue {get;}
public: __property Object* get_NewPropertyValue();
public:
property Object^ NewPropertyValue {
   Object^ get();
}

Property Value

Object value.
See Also

Reference

ImGearARTPropertyChangedEventArgs Class
ImGearARTPropertyChangedEventArgs Members